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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 伍??壓??^ | 100011001101111000111111001111111001101011011000001111110011111101011110 | 8cde3f3f9ad83f3f5e |
EUC-JP | 伍??壓??^ | 101110001110000000111111001111111101010011011010001111110011111101011110 | b8e03f3fd4da3f3f5e |
UTF-8 | 伍곷젫壓뀀젻^ | 11100100101111001000110111101010101100111011011111101100101000001010101111100101101000111001001111101011100000001000000011101100101000001011101101011110 | e4bc8deab3b7eca0abe5a393eb8080eca0bb5e |
UHC | 伍곷젫壓뀀젻^ | 11100111111010101000000111101011101000001010001111100100111000101011001011101011101000001010111001011110 | e7ea81eba0a3e4e2b2eba0ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)