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 | 航???潰 | 10001101011100010011111100111111001111111001001011010111 | 8d713f3f3f92d7 |
EUC-JP | 航???潰 | 10111001110100100011111100111111001111111100010011011001 | b9d23f3f3fc4d9 |
UTF-8 | 航얹렰랑潰 | 111010001000100010101010111011001001011010111001111010111010000010110000111010111001111010010001111001101011110110110000 | e888aaec96b9eba0b0eb9e91e6bdb0 |
UHC | 航얹렰랑潰 | 11111001111111101011111011110001100011101011110110110110111110111100111111110111 | f9febef18ebdb6fbcff7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)