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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訂鈍??? | 10010010111110011001001111011101001111110011111100111111 | 92f993dd3f3f3f |
EUC-JP | 訂鈍??? | 11000100111110111100011011011111001111110011111100111111 | c4fbc6df3f3f3f |
UTF-8 | 訂鈍센渽렮 | 111010001010100010000010111010011000100010001101111011001000010010111100111001101011100010111101111010111010000010101110 | e8a882e9888dec84bce6b8bdeba0ae |
UHC | 訂鈍센渽렮 | 11101111111101001101010011101111101111001011111011101110101010101000111010111011 | eff4d4efbcbeeeaa8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)