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 | 茹???ら? | 1110010010100101001111110011111100111111100000101110011100111111 | e4a53f3f3f82e73f |
EUC-JP | 茹???ら? | 1110100010100111001111110011111100111111101001001110100100111111 | e8a73f3f3fa4e93f |
UTF-8 | 茹띿슜璘ら뜮 | 111010001000110010111001111010111001110110111111111011001000101010011100111011111010011110101111111000111000001010001001111010111001110010101110 | e88cb9eb9dbfec8a9cefa7afe38289eb9cae |
UHC | 茹띿슜璘ら뜮 | 111001101010101010001101111011001001101010101001111011001101111010101010111010011000110110101110 | e6aa8dec9aa9ecdeaae98dae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)