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 | シ、鯒シェタホ | 1011110010100100111010011100010110111100101010101100000011001110 | bca4e9c5bcaac0ce |
EUC-JP | シ、鯒シェタホ | 1000111010111100100011101010010011110010110001111000111010111100100011101010101010001110110000001000111011001110 | 8ebc8ea4f2c78ebc8eaa8ec08ece |
UTF-8 | シ、鯒シェタホ | 111011111011110110111100111011111011110110100100111010011010111110010010111011111011110110111100111011111011110110101010111011111011111010000000111011111011111010001110 | efbdbcefbda4e9af92efbdbcefbdaaefbe80efbe8e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)