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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 探存捉辿竪 | 10010010010101001001000110110110100100011010100010010010010010001001001001000111 | 925491b691a892489247 |
EUC-JP | 探存捉辿竪 | 11000011101101011100001010111000110000101010101011000011101010011100001110101000 | c3b5c2b8c2aac3a9c3a8 |
UTF-8 | 探存捉辿竪 | 111001101000111010100010111001011010110110011000111001101000110110001001111010001011111010111111111001111010101110101010 | e68ea2e5ad98e68d89e8bebfe7abaa |
UHC | 探存捉?竪 | 111101111010111011110000111011011111001110110101001111111110001010110101 | f7aef0edf3b53fe2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)