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 | 腸?箏?腸 | 1001001010110000001111111110001010110101001111111001001010110000 | 92b03fe2b53f92b0 |
EUC-JP | 腸?箏?腸 | 1100010010110010001111111110010010110111001111111100010010110010 | c4b23fe4b73fc4b2 |
UTF-8 | 腸렠箏렡腸 | 111010001000010110111000111010111010000010100000111001111010111010001111111010111010000010100001111010001000010110111000 | e885b8eba0a0e7ae8feba0a1e885b8 |
UHC | 腸렠箏렡腸 | 11101101111100111000111010110001111011101011010010001110101100101110110111110011 | edf38eb1eeb48eb2edf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)