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 | GKOU | 1001001001000111100100100100101110010010010011111001001001010101 | 9247924b924f9255 |
SJIS-WIN | ?G?K?O?U | 0011111101000111001111110100101100111111010011110011111101010101 | 3f473f4b3f4f3f55 |
EUC-JP | ?G?K?O?U | 0011111101000111001111110100101100111111010011110011111101010101 | 3f473f4b3f4f3f55 |
UTF-8 | GKOU | 110000101001001001000111110000101001001001001011110000101001001001001111110000101001001001010101 | c29247c2924bc2924fc29255 |
UHC | ?G?K?O?U | 0011111101000111001111110100101100111111010011110011111101010101 | 3f473f4b3f4f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)