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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 陽穩瘁r{d | 100101110111101011100010011100101110000110000001011100100111101101100100 | 977ae272e181727b64 |
EUC-JP | 陽穩瘁r{d | 110011011101101111100011110100111110000111100001011100100111101101100100 | cddbe3d3e1e1727b64 |
UTF-8 | 陽穩瘁r{d | 111010011001100110111101111001111010100110101001111001111001100010000001011100100111101101100100 | e999bde7a9a9e79881727b64 |
UHC | 陽穩?r{d | 1110010111010101111010001011000100111111011100100111101101100100 | e5d5e8b13f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)