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 | ?®? | 001111111010111000111111 | 3fae3f |
SJIS-WIN | 梧?ジ | 1000110011100110001111111000001101010111 | 8ce63f8357 |
EUC-JP | 梧®ジ | 10111000111010001000111110100010111011101010010110111000 | b8e88fa2eea5b8 |
UTF-8 | 梧®ジ | 1110011010100010101001111100001010101110111000111000001010111000 | e6a2a7c2aee382b8 |
UHC | 梧®ジ | 111001111111110010100010111001111010101110111000 | e7fca2e7abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)