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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鼇??萸? | 11101010100001110011111100111111111001001100111000111111 | ea873f3fe4ce3f |
EUC-JP | 鼇??萸? | 11110011111001110011111100111111111010001101000000111111 | f3e73f3fe8d03f |
UTF-8 | 鼇앹눊萸뢧 | 111010011011110010000111111011001001010110111001111010111000100010001010111010001001000010111000111010111010001010100111 | e9bc87ec95b9eb888ae890b8eba2a7 |
UHC | 鼇앹눊萸뢧 | 11101000101010001001110111101100100001111010100011101011101011011000111101101000 | e8a89dec87a8ebad8f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)