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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 讓滕弊峵 | 1110011010101000100111111110110010010101101111101111101010101110 | e6a89fec95befaae |
EUC-JP | 讓滕弊? | 11101100101010101101111011101110110010101100000000111111 | ecaadeeecac03f |
UTF-8 | 讓滕弊峵 | 111010001010111010010011111001101011101110010101111001011011110010001010111001011011001110110101 | e8ae93e6bb95e5bc8ae5b3b5 |
UHC | 讓?弊? | 111001011101001100111111111110001100100100111111 | e5d33ff8c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)