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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?崧??崧?^ | 001111111111101010101111001111110011111111111010101011110011111101011110 | 3ffaaf3f3ffaaf3f5e |
EUC-JP | ?崧??崧?^ | 0011111110001111101110111100101000111111001111111000111110111011110010100011111101011110 | 3f8fbbca3f3f8fbbca3f5e |
UTF-8 | 괴崧毗괴崧묩^ | 11101010101101001011010011100101101101001010011111100110101011111001011111101010101101001011010011100101101101001010011111101011101011001010100101011110 | eab4b4e5b4a7e6af97eab4b4e5b4a7ebaca95e |
UHC | 괴崧毗괴崧묩^ | 10110001101010111110001011111110110111011111000110110001101010111110001011111110101110011010100101011110 | b1abe2feddf1b1abe2feb9a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)