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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シウシホ衽シコ | 1011110010110011101111001100111011100101110100011011110010111010 | bcb3bccee5d1bcba |
EUC-JP | シウシホ衽シコ | 1000111010111100100011101011001110001110101111001000111011001110111010101101001110001110101111001000111010111010 | 8ebc8eb38ebc8eceead38ebc8eba |
UTF-8 | シウシホ衽シコ | 111011111011110110111100111011111011110110110011111011111011110110111100111011111011111010001110111010001010000110111101111011111011110110111100111011111011110110111010 | efbdbcefbdb3efbdbcefbe8ee8a1bdefbdbcefbdba |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)