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 | 翁??伍 | 100010011010010100111111001111111000110011011110 | 89a53f3f8cde |
EUC-JP | 翁??伍 | 101100101010011100111111001111111011100011100000 | b2a73f3fb8e0 |
UTF-8 | 翁곩탪伍 | 111001111011111110000001111010101011001110101001111011011000001110101010111001001011110010001101 | e7bf81eab3a9ed83aae4bc8d |
UHC | 翁곩탪伍 | 1110100010111010100000011110010110110101100011001110011111101010 | e8ba81e5b58ce7ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)