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 | 泥쵻淋귥껄泥 | 111011111010011110100011111011001011010110111011111011111010011110110101111010101011011110100101111010101011101110000100111011111010011110100011 | efa7a3ecb5bbefa7b5eab7a5eabb84efa7a3 |
UHC | 泥쵻淋귥껄泥 | 111011001011001010101101010101011110110011111000100000101110110010110010101011001110110010110010 | ecb2ad55ecf882ecb2acecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)