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 | ???M?? | 001111110011111100111111010011010011111100111111 | 3f3f3f4d3f3f |
SJIS-WIN | ?坎悸M?? | 0011111110011010101010101001110010100111010011010011111100111111 | 3f9aaa9ca74d3f3f |
EUC-JP | ?坎悸M?? | 0011111111010100101011001101100010101001010011010011111100111111 | 3fd4acd8a94d3f3f |
UTF-8 | 뤶坎悸M렢섈 | 11101011101001001011011011100101100111011000111011100110100000101011100001001101111010111010000010100010111011001000010010001000 | eba4b6e59d8ee682b84deba0a2ec8488 |
UHC | 뤶坎悸M렢섈 | 1000111111100100110010101110110011001100111110110100110110001110101100111011110010101010 | 8fe4caecccfb4d8eb3bcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)