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 | 頷疾錞軸 | 1110100011110101100011101011111011111011110110111000111010110010 | e8f58ebefbdb8eb2 |
EUC-JP | 頷疾錞軸 | 111100001111011110111100110000001000111111100100110111001011110010110100 | f0f7bcc08fe4dcbcb4 |
UTF-8 | 頷疾錞軸 | 111010011010000010110111111001111001011010111110111010011000110010011110111010001011101110111000 | e9a0b7e796bee98c9ee8bbb8 |
UHC | ?疾錞軸 | 00111111111100101111000011100010111101101111010111101110 | 3ff2f0e2f6f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)