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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 僚녹옖溜뽫킈 | 111011111010011010111011111010111000010110111001111011001001100010010110111011111010011110001011111010111011110110101011111011011000001010001000 | efa6bbeb85b9ec9896efa78bebbdabed8288 |
UHC | 僚녹옖溜뽫킈 | 111010001110100010110011111011001001111010011100111010101111111010010110111001111011010010010100 | e8e8b3ec9e9ceafe96e7b494 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)