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}BrO|O} | 100101110100111101111101100110100100001001110010100101110100111101111100100101110100111101111101 | 974f7d9a4272974f7c974f7d |
SJIS-WIN | ?O}?Br?O|?O} | 001111110100111101111101001111110100001001110010001111110100111101111100001111110100111101111101 | 3f4f7d3f42723f4f7c3f4f7d |
EUC-JP | ?O}?Br?O|?O} | 001111110100111101111101001111110100001001110010001111110100111101111100001111110100111101111101 | 3f4f7d3f42723f4f7c3f4f7d |
UTF-8 | O}BrO|O} | 11000010100101110100111101111101110000101001101001000010011100101100001010010111010011110111110011000010100101110100111101111101 | c2974f7dc29a4272c2974f7cc2974f7d |
UHC | ?O}?Br?O|?O} | 001111110100111101111101001111110100001001110010001111110100111101111100001111110100111101111101 | 3f4f7d3f42723f4f7c3f4f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)