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 | ヘー簔モケモタ | 1100110110110000111000101100000111010011101110011101001111000000 | cdb0e2c1d3b9d3c0 |
EUC-JP | ヘー簔モケモタ | 1000111011001101100011101011000011100100110000111000111011010011100011101011100110001110110100111000111011000000 | 8ecd8eb0e4c38ed38eb98ed38ec0 |
UTF-8 | ヘー簔モケモタ | 111011111011111010001101111011111011110110110000111001111011000010010100111011111011111010010011111011111011110110111001111011111011111010010011111011111011111010000000 | efbe8defbdb0e7b094efbe93efbdb9efbe93efbe80 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)