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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獄???? | 100011011001011000111111001111110011111100111111 | 8d963f3f3f3f |
EUC-JP | 獄??庾? | 1011100111110110001111110011111110001111101111001100111000111111 | b9f63f3f8fbcce3f |
UTF-8 | 獄븍슣庾쿍 | 111001111000110110000100111010111011100010001101111011001000101010100011111001011011101010111110111011001011111110001101 | e78d84ebb88dec8aa3e5babeecbf8d |
UHC | 獄븍슣庾쿍 | 11101000101010111011101011101011100110101010111111101010111011001011001101000010 | e8abbaeb9aafeaecb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)