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 | 夜κ?楢? | 1001011011101001100000111100100000111111100100111110100000111111 | 96e983c83f93e83f |
EUC-JP | 夜κ?楢? | 1100110011101011101001101100101000111111110001101110101000111111 | cceba6ca3fc6ea3f |
UTF-8 | 夜κ섄楢똁 | 1110010110100100100111001100111010111010111011001000010010000100111001101010010110100010111010111001100010000001 | e5a49ccebaec8484e6a5a2eb9881 |
UHC | 夜κ섄楢똁 | 11100101101010001010010111101010101111001010100111101010111110011000110001000010 | e5a8a5eabca9eaf98c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)