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 | 嘶??瀛?? | 1001101001111100001111110011111111100000011010010011111100111111 | 9a7c3f3fe0693f3f |
EUC-JP | 嘶??瀛?? | 1101001111011101001111110011111111011111110010100011111100111111 | d3dd3f3fdfca3f3f |
UTF-8 | 嘶뜌뢟瀛귚뤂 | 111001011001100010110110111010111001110010001100111010111010001010011111111001111000000010011011111010101011011110011010111010111010010010000010 | e598b6eb9c8ceba29fe7809beab79aeba482 |
UHC | 嘶뜌뢟瀛귚뤂 | 111000111011011010001101100011111000111101011010111001111011101010000010111001001000111110110011 | e3b68d8f8f5ae7ba82e48fb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)