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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???ァ? | 001111110011111100111111100000110100000000111111 | 3f3f3f83403f |
EUC-JP | ???ァ? | 001111110011111100111111101001011010000100111111 | 3f3f3fa5a13f |
UTF-8 | 룵ㄱ춳ァ룶 | 111010111010001110110101111000111000010010110001111011001011011010110011111000111000001010100001111010111010001110110110 | eba3b5e384b1ecb6b3e382a1eba3b6 |
UHC | 룵ㄱ춳ァ룶 | 10001111101010101010010010100001101011011000111110101011101000011000111110101011 | 8faaa4a1ad8faba18fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)