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 | G«OK | 1001001001000111100100011010101110010010010011111001001001001011 | 924791ab924f924b |
SJIS-WIN | ?G???O?K | 0011111101000111001111110011111100111111010011110011111101001011 | 3f473f3f3f4f3f4b |
EUC-JP | ?G???O?K | 0011111101000111001111110011111100111111010011110011111101001011 | 3f473f3f3f4f3f4b |
UTF-8 | G«OK | 11000010100100100100011111000010100100011100001010101011110000101001001001001111110000101001001001001011 | c29247c291c2abc2924fc2924b |
UHC | ?G???O?K | 0011111101000111001111110011111100111111010011110011111101001011 | 3f473f3f3f4f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)