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 | O¹²ZF | 10010010010011111001000110111001100100011011001010010010010110101001001001000110 | 924f91b991b2925a9246 |
SJIS-WIN | ?O?????Z?F | 00111111010011110011111100111111001111110011111100111111010110100011111101000110 | 3f4f3f3f3f3f3f5a3f46 |
EUC-JP | ?O?????Z?F | 00111111010011110011111100111111001111110011111100111111010110100011111101000110 | 3f4f3f3f3f3f3f5a3f46 |
UTF-8 | O¹²ZF | 1100001010010010010011111100001010010001110000101011100111000010100100011100001010110010110000101001001001011010110000101001001001000110 | c2924fc291c2b9c291c2b2c2925ac29246 |
UHC | ?O?¹?²?Z?F | 001111110100111100111111101010011111011000111111101010011111011100111111010110100011111101000110 | 3f4f3fa9f63fa9f73f5a3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)