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 | 菴?…碣 | 11100100101111010011111110000001011000111110000111110000 | e4bd3f8163e1f0 |
EUC-JP | 菴?…碣 | 11101000101111110011111110100001110001001110001011110010 | e8bf3fa1c4e2f2 |
UTF-8 | 菴뀀…碣 | 111010001000111110110100111010111000000010000000111000101000000010100110111001111010001010100011 | e88fb4eb8080e280a6e7a2a3 |
UHC | 菴뀀…碣 | 1110010011100000101100101110101110100001101001101100101011100101 | e4e0b2eba1a6cae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)