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 | 疫??驛?? | 1000100101110101001111110011111111101001100000110011111100111111 | 89753f3fe9833f3f |
EUC-JP | 疫??驛?? | 1011000111010110001111110011111111110001111000110011111100111111 | b1d63f3ff1e33f3f |
UTF-8 | 疫쒏뮈驛드ㅁ | 111001111001011010101011111011001001001010001111111010111010111010001000111010011010100110011011111010111001001110011100111000111000010110000001 | e796abec928febae88e9a99beb939ce38581 |
UHC | 疫쒏뮈驛드ㅁ | 111001101011100110011100111001101011100110111111111001101011111010110101111001011010010010110001 | e6b99ce6b9bfe6beb5e5a4b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)