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 | ーヒ「ワ娼ヲ | 10110000110010111010001011011100100011111010100110100110 | b0cba2dc8fa9a6 |
EUC-JP | ーヒ「ワ娼ヲ | 100011101011000010001110110010111000111010100010100011101101110010111110101010111000111010100110 | 8eb08ecb8ea28edcbeab8ea6 |
UTF-8 | ーヒ「ワ娼ヲ | 111011111011110110110000111011111011111010001011111011111011110110100010111011111011111010011100111001011010100010111100111011111011110110100110 | efbdb0efbe8befbda2efbe9ce5a8bcefbda6 |
UHC | ????娼? | 00111111001111110011111100111111111100111101111000111111 | 3f3f3f3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)