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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | コロヒタ゚ヤ | 101110101101101111001011110000001101111111010100 | badbcbc0dfd4 |
EUC-JP | コロヒタ゚ヤ | 100011101011101010001110110110111000111011001011100011101100000010001110110111111000111011010100 | 8eba8edb8ecb8ec08edf8ed4 |
UTF-8 | コロヒタ゚ヤ | 111011111011110110111010111011111011111010011011111011111011111010001011111011111011111010000000111011111011111010011111111011111011111010010100 | efbdbaefbe9befbe8befbe80efbe9fefbe94 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)