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 | 疫??秧?ⅹ | 100010010111010100111111001111111110001001011110001111111111101001001001 | 89753f3fe25e3ffa49 |
EUC-JP | 疫??秧?? | 1011000111010110001111110011111111100011101111110011111100111111 | b1d63f3fe3bf3f3f |
UTF-8 | 疫쎽퓘秧믣ⅹ | 111001111001011010101011111011001000111010111101111011011001001110011000111001111010011110100111111010111010111110100011111000101000010110111001 | e796abec8ebded9398e7a7a7ebafa3e285b9 |
UHC | 疫쎽퓘秧믣ⅹ | 111001101011100110011011111001001011111110000011111001001110101110010010111001011010010110101010 | e6b99be4bf83e4eb92e5a5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)