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 | 辰綻卒辿遜 | 10010010010000111001001001011101100100011011001010010010010010001001000110111011 | 9243925d91b2924891bb |
EUC-JP | 辰綻卒辿遜 | 11000011101001001100001110111110110000101011010011000011101010011100001010111101 | c3a4c3bec2b4c3a9c2bd |
UTF-8 | 辰綻卒辿遜 | 111010001011111010110000111001111011011010111011111001011000110110010010111010001011111010111111111010011000000110011100 | e8beb0e7b6bbe58d92e8bebfe9819c |
UHC | 辰綻卒?遜 | 111100101110001111110111101010101111000011101111001111111110000111100001 | f2e3f7aaf0ef3fe1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)