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 | 央る?預 | 10001001100110111000001011101001001111111001011101100001 | 899b82e93f9761 |
EUC-JP | 央る?預 | 10110001111110111010010011101011001111111100110111000010 | b1fba4eb3fcdc2 |
UTF-8 | 央る젻預 | 111001011010010010101110111000111000001010001011111011001010000010111011111010011010000010010000 | e5a4aee3828beca0bbe9a090 |
UHC | 央る젻預 | 1110010011100111101010101110101110100000101011101110011111101000 | e4e7aaeba0aee7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)