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 | ?谿巐嬢ース | 001111111110011010101110111110101011011010001111111011001011000010111101 | 3fe6aefab68fecb0bd |
EUC-JP | 嶴谿巐嬢ース | 1000111110111011111100111110110010110000100011111011101111111001101111101110111010001110101100001000111010111101 | 8fbbf3ecb08fbbf9beee8eb08ebd |
UTF-8 | 嶴谿巐嬢ース | 111001011011011010110100111010001011000010111111111001011011011110010000111001011010110010100010111011111011110110110000111011111011110110111101 | e5b6b4e8b0bfe5b790e5aca2efbdb0efbdbd |
UHC | ?谿???? | 00111111110011011010110000111111001111110011111100111111 | 3fcdac3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)