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 | 鈺??源η? | 111110111100010000111111001111111000110010111001100000111100010100111111 | fbc43f3f8cb983c53f |
EUC-JP | 鈺??源η? | 10001111111000111101010100111111001111111011100010111011101001101100011100111111 | 8fe3d53f3fb8bba6c73f |
UTF-8 | 鈺됰쓬源η눥 | 1110100110001000101110101110101110010000101100001110110010010011101011001110011010111010100100001100111010110111111010111000100010100101 | e988baeb90b0ec93ace6ba90ceb7eb88a5 |
UHC | 鈺됰쓬源η눥 | 111010001010110110001001111010111001110110001100111010101011100110100101111001111000011110111100 | e8ad89eb9d8ceab9a5e787bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)