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 | 艶??節{》 | 10001001100100000011111100111111100100001101111110000001011011111000000101110100 | 89903f3f90df816f8174 |
EUC-JP | 艶??節{》 | 10110001111100000011111100111111110000001110000110100001110100001010000111010101 | b1f03f3fc0e1a1d0a1d5 |
UTF-8 | 艶쀯풏節{》 | 111010001000100110110110111011001000000010101111111011011001001010001111111001111010111110000000111011111011110110011011111000111000000010001011 | e889b6ec80afed928fe7af80efbd9be3808b |
UHC | 艶쀯풏節{》 | 111001101111110110010111111011111011111010010011111011111011110110100011111110111010000110110111 | e6fd97efbe93efbda3fba1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)