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 | 諶??諶?? | 1111101110101010001111110011111111111011101010100011111100111111 | fbaa3f3ffbaa3f3f |
EUC-JP | 諶??諶?? | 10001111110111101011010100111111001111111000111111011110101101010011111100111111 | 8fdeb53f3f8fdeb53f3f |
UTF-8 | 諶귦뢝諶귦뢝 | 111010001010101110110110111010101011011110100110111010111010001010011101111010001010101110110110111010101011011110100110111010111010001010011101 | e8abb6eab7a6eba29de8abb6eab7a6eba29d |
UHC | 諶귦뢝諶귦뢝 | 111001001010011010000010111011011000111101011000111001001010011010000010111011011000111101011000 | e4a682ed8f58e4a682ed8f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)