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 | ??_? | 00111111001111110101111100111111 | 3f3f5f3f |
SJIS-WIN | テ「_゙ | 11000011101000100101111111011110 | c3a25fde |
EUC-JP | テ「_゙ | 10001110110000111000111010100010010111111000111011011110 | 8ec38ea25f8ede |
UTF-8 | テ「_゙ | 11101111101111101000001111101111101111011010001001011111111011111011111010011110 | efbe83efbda25fefbe9e |
UHC | ??_? | 00111111001111110101111100111111 | 3f3f5f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)