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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?企?句 | 001111111000101011101001001111111000101111100101 | 3f8ae93f8be5 |
EUC-JP | 嫄企?句 | 1000111110111010101000011011010011101011001111111011011011100111 | 8fbaa1b4eb3fb6e7 |
UTF-8 | 嫄企렚句 | 111001011010101110000100111001001011110010000001111010111010000010011010111001011000111110100101 | e5ab84e4bc81eba09ae58fa5 |
UHC | 嫄企렚句 | 1110101010110001110100001110101010001110101011011100111110100011 | eab1d0ea8eadcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)