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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陂ろ掠 | 111010001001100010000010111010111001011110101001 | e89882eb97a9 |
EUC-JP | 陂ろ掠 | 111011111111100010100100111011011100111010101011 | eff8a4edceab |
UTF-8 | 陂ろ掠 | 111010011001100110000010111000111000001010001101111001101000111010100000 | e99982e3828de68ea0 |
UHC | 陂ろ掠 | 111110011010111010101010111011011101010111010011 | f9aeaaedd5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)