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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 翁??…] | 10001001101001010011111100111111100000010110001101011101 | 89a53f3f81635d |
EUC-JP | 翁??…] | 10110010101001110011111100111111101000011100010001011101 | b2a73f3fa1c45d |
UTF-8 | 翁골렱…] | 11100111101111111000000111101010101100111010100011101011101000001011000111100010100000001010011001011101 | e7bf81eab3a8eba0b1e280a65d |
UHC | 翁골렱…] | 111010001011101010110000111100011000111010111110101000011010011001011101 | e8bab0f18ebea1a65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)