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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 終?氷? | 100011110100100100111111100101010101100000111111 | 8f493f95583f |
EUC-JP | 終?氷? | 101111011010101000111111110010011011100100111111 | bdaa3fc9b93f |
UTF-8 | 終띄氷罹 | 111001111011010110000010111010111001110110000100111001101011000010110111111011111010011110100110 | e7b582eb9d84e6b0b7efa7a6 |
UHC | 終띄氷罹 | 1111000011111011101101101110011111011110101111001110110010111010 | f0fbb6e7debcecba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)