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 | 搖???ラ? | 1001110110001010001111110011111100111111100000111000100100111111 | 9d8a3f3f3f83893f |
EUC-JP | 搖???ラ? | 1101100111101010001111110011111100111111101001011110100100111111 | d9ea3f3f3fa5e93f |
UTF-8 | 搖깅쵌鱗ラ춳 | 111001101001000010010110111010101011100110000101111011001011010110001100111011111010011110110010111000111000001110101001111011001011011010110011 | e69096eab985ecb58cefa7b2e383a9ecb6b3 |
UHC | 搖깅쵌鱗ラ춳 | 111010001111010010110001111010111010110010001110111011001110011110101011111010011010110110001111 | e8f4b1ebac8eece7abe9ad8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)