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 | 譽夂カサ譚腺 | 11100110101000111001101011100111101101101011101111100110100111011001000101000010 | e6a39ae7b6bbe69d9142 |
EUC-JP | 譽夂カサ譚腺 | 111011001010010111010100111010011000111010110110100011101011101111101011111111011100000110100011 | eca5d4e98eb68ebbebfdc1a3 |
UTF-8 | 譽夂カサ譚腺 | 111010001010110110111101111001011010010010000010111011111011110110110110111011111011110110111011111010001010110110011010111010001000010110111010 | e8adbde5a482efbdb6efbdbbe8ad9ae885ba |
UHC | 譽???譚腺 | 111001111110001000111111001111110011111111010011110010011110000011001101 | e7e23f3f3fd3c9e0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)