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 | 譴∬綬 | 111001101010001010000001111010001000111011111000 | e6a281e88ef8 |
EUC-JP | 譴∬綬 | 111011001010010010100010111010101011110011111010 | eca4a2eabcfa |
UTF-8 | 譴∬綬 | 111010001010110110110100111000101000100010101100111001111011011010101100 | e8adb4e288ace7b6ac |
UHC | 譴∬綬 | 110011001011100110100001111100111110001010111000 | ccb9a1f3e2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)