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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 疫??筌??\ | 100010010111010100111111001111111110001010100011001111110011111101011100 | 89753f3fe2a33f3f5c |
EUC-JP | 疫??筌??\ | 101100011101011000111111001111111110010010100101001111110011111101011100 | b1d63f3fe4a53f3f5c |
UTF-8 | 疫뀀젶筌좊졁\ | 11100111100101101010101111101011100000001000000011101100101000001011011011100111101011011000110011101100101000101000101011101100101000011000000101011100 | e796abeb8080eca0b6e7ad8ceca28aeca1815c |
UHC | 疫뀀젶筌좊졁\ | 11100110101110011011001011101011101000001010101011101111101001111010000011101011101000001011001001011100 | e6b9b2eba0aaefa7a0eba0b25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)