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? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
SJIS-WIN | ?坎悸M? | 00111111100110101010101010011100101001110100110100111111 | 3f9aaa9ca74d3f |
EUC-JP | ?坎悸M? | 00111111110101001010110011011000101010010100110100111111 | 3fd4acd8a94d3f |
UTF-8 | 뤶坎悸M렢 | 11101011101001001011011011100101100111011000111011100110100000101011100001001101111010111010000010100010 | eba4b6e59d8ee682b84deba0a2 |
UHC | 뤶坎悸M렢 | 100011111110010011001010111011001100110011111011010011011000111010110011 | 8fe4caecccfb4d8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)