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 | 諄??? | 1110011001111000001111110011111100111111 | e6783f3f3f |
EUC-JP | 諄??? | 1110101111011001001111110011111100111111 | ebd93f3f3f |
UTF-8 | 諄럨뢓輦 | 111010001010101110000100111010111001111110101000111010111010001010010011111011111010011010011000 | e8ab84eb9fa8eba293efa698 |
UHC | 諄럨뢓輦 | 1110001011110100100011101000101110001111010011101110011011100100 | e2f48e8b8f4ee6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)