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 | 鼇??猶?? | 1110101010000111001111110011111110010111010100000011111100111111 | ea873f3f97503f3f |
EUC-JP | 鼇??猶?? | 1111001111100111001111110011111111001101101100010011111100111111 | f3e73f3fcdb13f3f |
UTF-8 | 鼇딅뜇猶뗥퇅 | 111010011011110010000111111010111001010010000101111010111001110010000111111001111000110010110110111010111001011110100101111011011000011110000101 | e9bc87eb9485eb9c87e78cb6eb97a5ed8785 |
UHC | 鼇딅뜇猶뗥퇅 | 111010001010100010001010111010111000110110001010111010111010001010001011111001011011011110010110 | e8a88aeb8d8aeba28be5b796 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)