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}á}BB | 1001011101001111011111011110000101111101100110100100001001000010 | 974f7de17d9a4242 |
SJIS-WIN | ?O}?}?BB | 0011111101001111011111010011111101111101001111110100001001000010 | 3f4f7d3f7d3f4242 |
EUC-JP | ?O}á}?BB | 00111111010011110111110110001111101010111010000101111101001111110100001001000010 | 3f4f7d8faba17d3f4242 |
UTF-8 | O}á}BB | 1100001010010111010011110111110111000011101000010111110111000010100110100100001001000010 | c2974f7dc3a17dc29a4242 |
UHC | ?O}?}?BB | 0011111101001111011111010011111101111101001111110100001001000010 | 3f4f7d3f7d3f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)