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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 〓∫??ひ | 1000000110101100100000011110011100111111001111111000001011010000 | 81ac81e73f3f82d0 |
EUC-JP | 〓∫??ひ | 1010001010101110101000101110100100111111001111111010010011010010 | a2aea2e93f3fa4d2 |
UTF-8 | 〓∫룶쨵ひ | 111000111000000010010011111000101000100010101011111010111010001110110110111011001010100010110101111000111000000110110010 | e38093e288abeba3b6eca8b5e381b2 |
UHC | 〓∫룶쨵ひ | 10100001111010111010000111110010100011111010101110100100100011111010101011010010 | a1eba1f28faba48faad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)