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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 簔耨h簔耨 | 11100010110000011111011010110000111000111101001101101000111000101100000111110110101100001110001111010011 | e2c1f6b0e3d368e2c1f6b0e3d3 |
EUC-JP | 簔?耨h簔?耨 | 1110010011000011001111111110011011010101011010001110010011000011001111111110011011010101 | e4c33fe6d568e4c33fe6d5 |
UTF-8 | 簔耨h簔耨 | 11100111101100001001010011101110100100111001011111101000100000001010100001101000111001111011000010010100111011101001001110010111111010001000000010101000 | e7b094ee9397e880a868e7b094ee9397e880a8 |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)