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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鬘ー蝓シ讙ョB | 11101001101000011011000011100101100111111011110011100110101010101010111001000010 | e9a1b0e59fbce6aaae42 |
EUC-JP | 鬘ー蝓シ讙ョB | 11110010101000111000111010110000111010101010000110001110101111001110110010101100100011101010111001000010 | f2a38eb0eaa18ebcecac8eae42 |
UTF-8 | 鬘ー蝓シ讙ョB | 11101001101011001001100011101111101111011011000011101000100111011001001111101111101111011011110011101000101011101001100111101111101111011010111001000010 | e9ac98efbdb0e89d93efbdbce8ae99efbdae42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)