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 | ?瞋鍾 | 0011111111100001110100011000111111011111 | 3fe1d18fdf |
EUC-JP | ?瞋鍾 | 0011111111100010110100111011111011100001 | 3fe2d3bee1 |
UTF-8 | 롒瞋鍾 | 111010111010000110010010111001111001111010001011111010011000110110111110 | eba192e79e8be98dbe |
UHC | 롒瞋鍾 | 100011101101011111110010110110011111000110100011 | 8ed7f2d9f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)