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 | ??’?}? | 0011111100111111100000010110011000111111100000010111000000111111 | 3f3f81663f81703f |
EUC-JP | ??’?}? | 0011111100111111101000011100011100111111101000011101000100111111 | 3f3fa1c73fa1d13f |
UTF-8 | 룶뇜’룶}▩ | 111010111010001110110110111010111000011110011100111000101000000010011001111010111010001110110110111011111011110110011101111000101001011010101001 | eba3b6eb879ce28099eba3b6efbd9de296a9 |
UHC | 룶뇜’룶}▩ | 100011111010101110110011111111011010000110101111100011111010101110100011111111011010001011001100 | 8fabb3fda1af8faba3fda2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)