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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?伏濃 | 0011111110010101100110101001010001011010 | 3f959a945a |
EUC-JP | ?伏濃 | 0011111111001001111110101100011110111011 | 3fc9fac7bb |
UTF-8 | 붤伏濃 | 111010111011011010100100111001001011110010001111111001101011111110000011 | ebb6a4e4bc8fe6bf83 |
UHC | 붤伏濃 | 101110101101110011011100110100011101001011011000 | badcdcd1d2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)