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 | 鈺??偃?? | 1111101111000100001111110011111110011000111011100011111100111111 | fbc43f3f98ee3f3f |
EUC-JP | 鈺??偃?? | 100011111110001111010101001111110011111111010000111100000011111100111111 | 8fe3d53f3fd0f03f3f |
UTF-8 | 鈺곕젍偃띾젚 | 111010011000100010111010111010101011001110010101111011001010000010001101111001011000000110000011111010111001110110111110111011001010000010011010 | e988baeab395eca08de58183eb9dbeeca09a |
UHC | 鈺곕젍偃띾젚 | 111010001010110110110000111010111010000010001110111001011110011110001101111010111010000010010110 | e8adb0eba08ee5e78deba096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)