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 | 嘶??隘?? | 1001101001111100001111110011111111101000101001010011111100111111 | 9a7c3f3fe8a53f3f |
EUC-JP | 嘶??隘?? | 1101001111011101001111110011111111110000101001110011111100111111 | d3dd3f3ff0a73f3f |
UTF-8 | 嘶뜌뢅隘뜌뢔 | 111001011001100010110110111010111001110010001100111010111010001010000101111010011001101010011000111010111001110010001100111010111010001010010100 | e598b6eb9c8ceba285e99a98eb9c8ceba294 |
UHC | 嘶뜌뢅隘뜌뢔 | 111000111011011010001101100011111000111101000001111001001111011010001101100011111000111101001111 | e3b68d8f8f41e4f68d8f8f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)