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 | ??_????AB | 001111110011111101011111001111110011111100111111001111110100000101000010 | 3f3f5f3f3f3f3f4142 |
SJIS-WIN | ??_????AB | 001111110011111101011111001111110011111100111111001111110100000101000010 | 3f3f5f3f3f3f3f4142 |
EUC-JP | ??_????AB | 001111110011111101011111001111110011111100111111001111110100000101000010 | 3f3f5f3f3f3f3f4142 |
UTF-8 | 횂혖_횂혖횂혷AB | 111011011001101010000010111011011001100010010110010111111110110110011010100000101110110110011000100101101110110110011010100000101110110110011000101101110100000101000010 | ed9a82ed98965fed9a82ed9896ed9a82ed98b74142 |
UHC | 횂혖_횂혖횂혷AB | 110000111000001011000010100000010101111111000011100000101100001010000001110000111000001011000010100111100100000101000010 | c382c2815fc382c281c382c29e4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)