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 | Îö???? | 110011101111011000111111001111110011111100111111 | cef63f3f3f3f |
SJIS-WIN | ???蹕癲髻 | 001111110011111100111111111001110100101011100001100111111110100110011111 | 3f3f3fe74ae19fe99f |
EUC-JP | ÎöŴ蹕癲髻 | 100011111010101011000010100011111010101111010011100011111010101011110001111011011010101111100010101000011111001010100001 | 8faac28fabd38faaf1edabe2a1f2a1 |
UTF-8 | ÎöŴ蹕癲髻 | 110000111000111011000011101101101100010110110100111010001011100110010101111001111001100110110010111010011010101110111011 | c38ec3b6c5b4e8b995e799b2e9abbb |
UHC | ????癲? | 00111111001111110011111100111111111011111010011000111111 | 3f3f3f3fefa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)