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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 訝?オP | 111001100110001000111111100000110100100101010000 | e6623f834950 |
EUC-JP | 訝?オP | 111010111100001100111111101001011010101001010000 | ebc33fa5aa50 |
UTF-8 | 訝밭オP | 11101000101010001001110111101011101100001010110111100011100000101010101001010000 | e8a89debb0ade382aa50 |
UHC | 訝밭オP | 11100100101110001011100111100111101010111010101001010000 | e4b8b9e7abaa50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)