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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???猶?> | 0011111100111111001111111001011101010000001111111000000110000100 | 3f3f3f97503f8184 |
EUC-JP | ???猶?> | 0011111100111111001111111100110110110001001111111010000111100100 | 3f3f3fcdb13fa1e4 |
UTF-8 | 緣쏅뿮猶뽭> | 111001111011011110100011111011001000111110000101111010111011111110101110111001111000110010110110111010111011110110101101111011111011110010011110 | e7b7a3ec8f85ebbfaee78cb6ebbdadefbc9e |
UHC | 緣쏅뿮猶뽭> | 111001101101111010011011111010111001011110101110111010111010001010010110111010011010001110111110 | e6de9beb97aeeba296e9a3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)