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 | 淼ャ譯脱 | 11111011010001011010110011100110101000011001001001000101 | fb45ace6a19245 |
EUC-JP | 淼ャ譯脱 | 100011111100011111100110100011101010110011101100101000111100001110100110 | 8fc7e68eaceca3c3a6 |
UTF-8 | 淼ャ譯脱 | 111001101011011110111100111011111011110110101100111010001010110110101111111010001000010010110001 | e6b7bcefbdace8adafe884b1 |
UHC | ??譯? | 0011111100111111111001101011101100111111 | 3f3fe6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)