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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 疫??畏??B | 100010010111010100111111001111111000100011011000001111110011111101000010 | 89753f3f88d83f3f42 |
EUC-JP | 疫??畏??B | 101100011101011000111111001111111011000011011010001111110011111101000010 | b1d63f3fb0da3f3f42 |
UTF-8 | 疫쒐뼻畏먪뼻B | 11100111100101101010101111101100100100101001000011101011101111001011101111100111100101011000111111101011101010001010101011101011101111001011101101000010 | e796abec9290ebbcbbe7958feba8aaebbcbb42 |
UHC | 疫쒐뼻畏먪뼻B | 11100110101110011001110011100111100101101011111011101000111001101001000011100111100101101011111001000010 | e6b99ce796bee8e690e796be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)