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 | 箴?鬚? | 111000101011110000111111111010011010001000111111 | e2bc3fe9a23f |
EUC-JP | 箴?鬚? | 111001001011111000111111111100101010010000111111 | e4be3ff2a43f |
UTF-8 | 箴믐鬚쀼 | 111001111010111010110100111010111010111110010000111010011010110010011010111011001000000010111100 | e7aeb4ebaf90e9ac9aec80bc |
UHC | 箴믐鬚쀼 | 1110110111010111101110011100101011100010110100011011101111011000 | edd7b9cae2d1bbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)