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 | ???尊?? | 00111111001111110011111110010001101110000011111100111111 | 3f3f3f91b83f3f |
EUC-JP | ???尊?? | 00111111001111110011111111000010101110100011111100111111 | 3f3f3fc2ba3f3f |
UTF-8 | 앍렢렳尊렍렊 | 111011001001010110001101111010111010000010100010111010111010000010110011111001011011000010001010111010111010000010001101111010111010000010001010 | ec958deba0a2eba0b3e5b08aeba08deba08a |
UHC | 앍렢렳尊렍렊 | 101111101100110010001110101100111000111011000000111100001110111010001110101000111000111010100001 | becc8eb38ec0f0ee8ea38ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)