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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 艶??節←?E | 10001001100100000011111100111111100100001101111110000001101010010011111101000101 | 89903f3f90df81a93f45 |
EUC-JP | 艶??節←?E | 10110001111100000011111100111111110000001110000110100010101010110011111101000101 | b1f03f3fc0e1a2ab3f45 |
UTF-8 | 艶쀯풏節←윂E | 11101000100010011011011011101100100000001010111111101101100100101000111111100111101011111000000011100010100001101001000011101100100111001000001001000101 | e889b6ec80afed928fe7af80e28690ec9c8245 |
UHC | 艶쀯풏節←윂E | 11100110111111011001011111101111101111101001001111101111101111011010000111100111100111111000110101000101 | e6fd97efbe93efbda1e79f8d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)