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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??靄? | 0011111100111111111010001100100100111111 | 3f3fe8c93f |
EUC-JP | ??靄? | 0011111100111111111100001100101100111111 | 3f3ff0cb3f |
UTF-8 | 롔롌靄롉 | 111010111010000110010100111010111010000110001100111010011001110110000100111010111010000110001001 | eba194eba18ce99d84eba189 |
UHC | 롔롌靄롉 | 1000111011011000100011101101001011100100111101111000111011001111 | 8ed88ed2e4f78ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)