To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???z | 00111111001111110011111101111010 | 3f3f3f7a |
SJIS-WIN | 橈??z | 1001111011110100001111110011111101111010 | 9ef43f3f7a |
EUC-JP | 橈??z | 1101110011110110001111110011111101111010 | dcf63f3f7a |
UTF-8 | 橈덌슴z | 11100110101010011000100011101011100011011000110011101100100010101011010001111010 | e6a988eb8d8cec8ab47a |
UHC | 橈덌슴z | 11101000111110101000100011101111101111011011111101111010 | e8fa88efbdbf7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)