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 | 癲ぱ??筌 | 1110000110011111100000101100111100111111001111111110001010100011 | e19f82cf3f3fe2a3 |
EUC-JP | 癲ぱ??筌 | 1110001010100001101001001101000100111111001111111110010010100101 | e2a1a4d13f3fe4a5 |
UTF-8 | 癲ぱ딅펾筌 | 111001111001100110110010111000111000000110110001111010111001010010000101111011011000111010111110111001111010110110001100 | e799b2e381b1eb9485ed8ebee7ad8c |
UHC | 癲ぱ딅펾筌 | 11101111101001101010101011010001100010101110101110111100100011011110111110100111 | efa6aad18aebbc8defa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)