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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?汝?譯凹? | 001111111001001111110000001111111110011010100001100010011001101000111111 | 3f93f03fe6a1899a3f |
EUC-JP | ?汝?譯凹? | 001111111100011011110010001111111110110010100011101100011111101000111111 | 3fc6f23feca3b1fa3f |
UTF-8 | 行汝烈譯凹욃 | 111011111010100010001000111001101011000110011101111011111010011010011111111010001010110110101111111001011000011110111001111011001001101010000011 | efa888e6b19defa69fe8adafe587b9ec9a83 |
UHC | 行汝烈譯凹욃 | 111110101010000111100110101000111110011011101111111001101011101111101000111010101001111011100101 | faa1e6a3e6efe6bbe8ea9ee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)