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 | 案??? | 1000100011000100001111110011111100111111 | 88c43f3f3f |
EUC-JP | 案??? | 1011000011000110001111110011111100111111 | b0c63f3f3f |
UTF-8 | 案섕솔네 | 111001101010000110001000111011001000010010010101111011001000011010010100111010111000010010100100 | e6a188ec8495ec8694eb84a4 |
UHC | 案섕솔네 | 1110010011010000101111001010110010111100110101101011001111010111 | e4d0bcacbcd6b3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)