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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 寤ν?夜??B | 10011011100010001000001111001011001111111001011011101001001111110011111101000010 | 9b8883cb3f96e93f3f42 |
EUC-JP | 寤ν?夜??B | 11010101111010001010011011001101001111111100110011101011001111110011111101000010 | d5e8a6cd3fcceb3f3f42 |
UTF-8 | 寤ν뤈夜껊눔B | 111001011010111110100100110011101011110111101011101001001000100011100101101001001001110011101010101110111000101011101011100010001001010001000010 | e5afa4cebdeba488e5a49ceabb8aeb889442 |
UHC | 寤ν뤈夜껊눔B | 11100111111101011010010111101101100011111011100011100101101010001000001111101011101101001010111001000010 | e7f5a5ed8fb8e5a883ebb4ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)