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 | 辰但族辰遜 | 10010010010000111001001001000001100100011011000010010010010000111001000110111011 | 9243924191b0924391bb |
EUC-JP | 辰但族辰遜 | 11000011101001001100001110100010110000101011001011000011101001001100001010111101 | c3a4c3a2c2b2c3a4c2bd |
UTF-8 | 辰但族辰遜 | 111010001011111010110000111001001011110110000110111001101001011110001111111010001011111010110000111010011000000110011100 | e8beb0e4bd86e6978fe8beb0e9819c |
UHC | 辰但族辰遜 | 11110010111000111101001110100011111100001110100111110010111000111110000111100001 | f2e3d3a3f0e9f2e3e1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)