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 | 暲℡k簪 | 1111101011011100100001111000010010000010100010111110001011001111 | fadc8784828be2cf |
EUC-JP | 暲?k簪 | 1000111111000010110110110011111110100011111010111110010011010001 | 8fc2db3fa3ebe4d1 |
UTF-8 | 暲℡k簪 | 111001101001101010110010111000101000010010100001111011111011110110001011111001111011000010101010 | e69ab2e284a1efbd8be7b0aa |
UHC | 暲℡k簪 | 1110110111100111101000101110010110100011111010111110110111011000 | ede7a2e5a3ebedd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)