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?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-WIN | 疫??B厓? | 1000100101110101001111110011111101000010111110101000110100111111 | 89753f3f42fa8d3f |
EUC-JP | 疫??B厓? | 101100011101011000111111001111110100001010001111101101001100011100111111 | b1d63f3f428fb4c73f |
UTF-8 | 疫쎾렘B厓⒵ | 11100111100101101010101111101100100011101011111011101011101000001001100001000010111001011000111010010011111000101001001010110101 | e796abec8ebeeba09842e58e93e292b5 |
UHC | 疫쎾렘B厓⒵ | 1110011010111001100110111110010110110111101111010100001011100100111011011010100111100110 | e6b99be5b7bd42e4eda9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)