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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堰??柚? | 10001001100000010011111100111111100101110100110100111111 | 89813f3f974d3f |
EUC-JP | 堰??柚? | 10110001111000010011111100111111110011011010111000111111 | b1e13f3fcdae3f |
UTF-8 | 堰묎퉱柚갌 | 111001011010000010110000111010111010110010001110111011011000100110110001111001101001111110011010111010101011000010001100 | e5a0b0ebac8eed89b1e69f9aeab08c |
UHC | 堰묎퉱柚갌 | 11100101111010001001000111101010101110011000100111101010111101101000000101000110 | e5e891eab989eaf68146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)