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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 闊刑闊恵E | 111010001000100010001100010110011110100010001000100011000110001001000101 | e8888c59e8888c6245 |
EUC-JP | 闊刑闊恵E | 111011111110100010110111101110101110111111101000101101111100001101000101 | efe8b7baefe8b7c345 |
UTF-8 | 闊刑闊恵E | 11101001100101111000101011100101100010001001000111101001100101111000101011100110100000011011010101000101 | e9978ae58891e9978ae681b545 |
UHC | 闊刑闊?E | 1111110011000100111110101111110111111100110001000011111101000101 | fcc4fafdfcc43f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)