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 | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
EUC-JP | ???徇?? | 00111111001111110011111111010111110011100011111100111111 | 3f3f3fd7ce3f3f |
UTF-8 | 溫뚨슢徇녽쐨 | 111001101011101010101011111010111001101010101000111011001000101010100010111001011011111010000111111010111000010110111101111011001001000010101000 | e6baabeb9aa8ec8aa2e5be87eb85bdec90a8 |
UHC | 溫뚨슢徇녽쐨 | 111010001010111010001100111001111001101010101110111000101101111110000110111010011001110010001101 | e8ae8ce79aaee2df86e99c8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)