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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邏懆ゥ槫キョ | 111001111011010010011100111010001010100110011110111001011011011110101110 | e7b49ce8a99ee5b7ae |
EUC-JP | 邏懆ゥ槫キョ | 111011101011011011011000111010101000111010101001110111001110011110001110101101111000111010101110 | eeb6d8ea8ea9dce78eb78eae |
UTF-8 | 邏懆ゥ槫キョ | 111010011000001010001111111001101000011110000110111011111011110110101001111001101010011110101011111011111011110110110111111011111011110110101110 | e9828fe68786efbda9e6a7abefbdb7efbdae |
UHC | 邏????? | 11010101101001000011111100111111001111110011111100111111 | d5a43f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)