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 | 豎晤ー溲シヲ | 111001101011000110011101111010111011000010011111111010101011110010100110 | e6b19debb09feabca6 |
EUC-JP | 豎晤ー溲シヲ | 111011001011001111011010111011011000111010110000110111101110110010001110101111001000111010100110 | ecb3daed8eb0deec8ebc8ea6 |
UTF-8 | 豎晤ー溲シヲ | 111010001011000110001110111001101001100110100100111011111011110110110000111001101011101010110010111011111011110110111100111011111011110110100110 | e8b18ee699a4efbdb0e6bab2efbdbcefbda6 |
UHC | ?晤???? | 00111111111001111111101100111111001111110011111100111111 | 3fe7fb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)