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 | 驛??僥? | 11101001100000110011111100111111100110010100011000111111 | e9833f3f99463f |
EUC-JP | 驛??僥? | 11110001111000110011111100111111110100011010011100111111 | f1e33f3fd1a73f |
UTF-8 | 驛드ㅁ僥쀧 | 111010011010100110011011111010111001001110011100111000111000010110000001111001011000001110100101111011001000000010100111 | e9a99beb939ce38581e583a5ec80a7 |
UHC | 驛드ㅁ僥쀧 | 11100110101111101011010111100101101001001011000111101000111010011001011111100111 | e6beb5e5a4b1e8e997e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)