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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譖罹興 | 111001101001101110011100111010111000101110111011 | e69b9ceb8bbb |
EUC-JP | 譖罹興 | 111010111111101111011000111011011011011010111101 | ebfbd8edb6bd |
UTF-8 | 譖罹興 | 111010001010110110010110111001111011110110111001111010001000100010001000 | e8ad96e7bdb9e88888 |
UHC | ?罹興 | 0011111111010111111001111111110111101001 | 3fd7e7fde9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)