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 | ?尊??害蒡 | 001111111001000110111000001111110011111110001010010100011110010011101110 | 3f91b83f3f8a51e4ee |
EUC-JP | ?尊??害蒡 | 001111111100001010111010001111110011111110110011101100101110100011110000 | 3fc2ba3f3fb3b2e8f0 |
UTF-8 | 알尊롍뤒害蒡 | 111011001001010110001100111001011011000010001010111010111010000110001101111010111010010010010010111001011010111010110011111010001001001010100001 | ec958ce5b08aeba18deba492e5aeb3e892a1 |
UHC | 알尊롍뤒害蒡 | 101111101100101111110000111011101000111011010011100011111100001011111010101010101101101110111100 | becbf0ee8ed38fc2faaadbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)