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 | 幼??? | 1001011101100011001111110011111100111111 | 97633f3f3f |
EUC-JP | 幼??? | 1100110111000100001111110011111100111111 | cdc43f3f3f |
UTF-8 | 幼롫벽戮 | 111001011011100110111100111010111010000110101011111010111011001010111101111011111010011110010010 | e5b9bceba1abebb2bdefa792 |
UHC | 幼롫벽戮 | 1110101011101010100011101110101110111010101011101110101110111101 | eaea8eebbaaeebbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)