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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 菴??寃?? | 1110010010111101001111110011111110011011100000110011111100111111 | e4bd3f3f9b833f3f |
EUC-JP | 菴??寃?? | 1110100010111111001111110011111111010101111000110011111100111111 | e8bf3f3fd5e33f3f |
UTF-8 | 菴뀀뱾寃쀧땸 | 111010001000111110110100111010111000000010000000111010111011000110111110111001011010111110000011111011001000000010100111111010111001010110111000 | e88fb4eb8080ebb1bee5af83ec80a7eb95b8 |
UHC | 菴뀀뱾寃쀧땸 | 111001001110000010110010111010111001001110100100111010101011001010010111111001111000101110001110 | e4e0b2eb93a4eab297e78b8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)