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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???鸚? | 001111110011111100111111111010100101111100111111 | 3f3f3fea5f3f |
EUC-JP | ???鸚? | 001111110011111100111111111100111100000000111111 | 3f3f3ff3c03f |
UTF-8 | 僚묈콗鸚뷓 | 111011111010011010111011111010111010110010001000111011001011110110010111111010011011100010011010111010111011011110010011 | efa6bbebac88ecbd97e9b89aebb793 |
UHC | 僚묈콗鸚뷓 | 11101000111010001001000111100101101100011001000111100101101001001001010101000010 | e8e891e5b191e5a49542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)