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 | ?讎軏醐鈺遏 | 0011111111100110101001101111101110110010100011001110110111111011110001001110011110011111 | 3fe6a6fbb28cedfbc4e79f |
EUC-JP | 尗讎軏醐鈺遏 | 100011111011101011101010111011001010100010001111111000001101100110111000111011111000111111100011110101011110111010100001 | 8fbaeaeca88fe0d9b8ef8fe3d5eea1 |
UTF-8 | 尗讎軏醐鈺遏 | 111001011011000010010111111010001010111010001110111010001011101110001111111010011000011010010000111010011000100010111010111010011000000110001111 | e5b097e8ae8ee8bb8fe98690e988bae9818f |
UHC | ????鈺? | 00111111001111110011111100111111111010001010110100111111 | 3f3f3f3fe8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)