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 | 梯?凋?湖 | 1001001011110010001111111001001010011100001111111000110011001110 | 92f23f929c3f8cce |
EUC-JP | 梯?凋?湖 | 1100010011110100001111111100001111111100001111111011100011010000 | c4f43fc3fc3fb8d0 |
UTF-8 | 梯렱凋렪湖 | 111001101010001010101111111010111010000010110001111001011000011110001011111010111010000010101010111001101011100110010110 | e6a2afeba0b1e5878beba0aae6b996 |
UHC | 梯렱凋렪湖 | 11110000101011001000111010111110111100001011110110001110101110001111101111001001 | f0ac8ebef0bd8eb8fbc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)