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 | ??ア?權ぁ | 001111110011111110000011010000010011111110011110110111001000001010011111 | 3f3f83413f9edc829f |
EUC-JP | ??ア?權ぁ | 001111110011111110100101101000100011111111011100110111101010010010100001 | 3f3fa5a23fdcdea4a1 |
UTF-8 | 룶즽ア룶權ぁ | 111010111010001110110110111011001010011010111101111000111000001010100010111010111010001110110110111001101010110010001010111000111000000110000001 | eba3b6eca6bde382a2eba3b6e6ac8ae38181 |
UHC | 룶즽ア룶權ぁ | 100011111010101110100011100011111010101110100010100011111010101111001111111011011010101010100001 | 8faba38faba28fabcfedaaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)