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 | 貞???沮? | 1001001011100101001111110011111100111111100111111001110000111111 | 92e53f3f3f9f9c3f |
EUC-JP | 貞???沮? | 1100010011100111001111110011111100111111110111011111110000111111 | c4e73f3f3fddfc3f |
UTF-8 | 貞렓渽렜沮챌 | 111010001011001010011110111010111010000010010011111001101011100010111101111010111010000010011100111001101011001010101110111011001011000110001100 | e8b29eeba093e6b8bdeba09ce6b2aeecb18c |
UHC | 貞렓渽렜沮챌 | 111011111111011010001110101010001110111010101010100011101010111011101110110000011100001110100111 | eff68ea8eeaa8eaeeec1c3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)