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 | 艶??節←? | 100010011001000000111111001111111001000011011111100000011010100100111111 | 89903f3f90df81a93f |
EUC-JP | 艶??節←? | 101100011111000000111111001111111100000011100001101000101010101100111111 | b1f03f3fc0e1a2ab3f |
UTF-8 | 艶쀯풏節←윂 | 111010001000100110110110111011001000000010101111111011011001001010001111111001111010111110000000111000101000011010010000111011001001110010000010 | e889b6ec80afed928fe7af80e28690ec9c82 |
UHC | 艶쀯풏節←윂 | 111001101111110110010111111011111011111010010011111011111011110110100001111001111001111110001101 | e6fd97efbe93efbda1e79f8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)