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 | ??WW}??WW{^ | 0011111100111111010101110101011101111101001111110011111101010111010101110111101101011110 | 3f3f57577d3f3f57577b5e |
SJIS-WIN | ??WW}??WW{^ | 0011111100111111010101110101011101111101001111110011111101010111010101110111101101011110 | 3f3f57577d3f3f57577b5e |
EUC-JP | ??WW}??WW{^ | 0011111100111111010101110101011101111101001111110011111101010111010101110111101101011110 | 3f3f57577d3f3f57577b5e |
UTF-8 | 혩첸WW}혩첸WW{^ | 11101101100110001010100111101100101100101011100001010111010101110111110111101101100110001010100111101100101100101011100001010111010101110111101101011110 | ed98a9ecb2b857577ded98a9ecb2b857577b5e |
UHC | 혩첸WW}혩첸WW{^ | 110000101001000111000011101111100101011101010111011111011100001010010001110000111011111001010111010101110111101101011110 | c291c3be57577dc291c3be57577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)