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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??肉?─ | 111000101010001100111111001111111001001111110111001111111000010010011111 | e2a33f3f93f73f849f |
EUC-JP | 筌??肉?─ | 111001001010010100111111001111111100011011111001001111111010100010100001 | e4a53f3fc6f93fa8a1 |
UTF-8 | 筌뗫렇肉⑼─ | 111001111010110110001100111010111001011110101011111010111010000010000111111010001000001010001001111000101001000110111100111000101001010010000000 | e7ad8ceb97abeba087e88289e291bce29480 |
UHC | 筌뗫렇肉⑼─ | 111011111010011110001011111010111011011110111000111010111011111110101001111011111010011010100001 | efa78bebb7b8ebbfa9efa6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)