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 | 疫????? | 10001001011101010011111100111111001111110011111100111111 | 89753f3f3f3f3f |
EUC-JP | 疫????? | 10110001110101100011111100111111001111110011111100111111 | b1d63f3f3f3f3f |
UTF-8 | 疫뀀젫銳띾폑 | 111001111001011010101011111010111000000010000000111011001010000010101011111010011000101010110011111010111001110110111110111011011000111110010001 | e796abeb8080eca0abe98ab3eb9dbeed8f91 |
UHC | 疫뀀젫銳띾폑 | 111001101011100110110010111010111010000010100011111001111110010110001101111010111011110010011011 | e6b9b2eba0a3e7e58debbc9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)