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 | 竪造促辰遜 | 10010010010001111001000110100010100100011010001110010010010000111001000110111011 | 924791a291a3924391bb |
EUC-JP | 竪造促辰遜 | 11000011101010001100001010100100110000101010010111000011101001001100001010111101 | c3a8c2a4c2a5c3a4c2bd |
UTF-8 | 竪造促辰遜 | 111001111010101110101010111010011000000010100000111001001011111110000011111010001011111010110000111010011000000110011100 | e7abaae980a0e4bf83e8beb0e9819c |
UHC | 竪造促辰遜 | 11100010101101011111000011100011111101011011010111110010111000111110000111100001 | e2b5f0e3f5b5f2e3e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)