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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訂鈍?檍 | 10010010111110011001001111011101001111111001111011111000 | 92f993dd3f9ef8 |
EUC-JP | 訂鈍?檍 | 11000100111110111100011011011111001111111101110011111010 | c4fbc6df3fdcfa |
UTF-8 | 訂鈍섞檍 | 111010001010100010000010111010011000100010001101111011001000010010011110111001101010101010001101 | e8a882e9888dec849ee6aa8d |
UHC | 訂鈍섞檍 | 1110111111110100110101001110111110111100101011111110010111100101 | eff4d4efbcafe5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)