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{N}p{N{^ | 1000010001110000011110110100111001111101100001000111000001111011010011100111101101011110 | 84707b4e7d84707b4e7b5e |
SJIS-WIN | ?p{N}?p{N{^ | 0011111101110000011110110100111001111101001111110111000001111011010011100111101101011110 | 3f707b4e7d3f707b4e7b5e |
EUC-JP | ?p{N}?p{N{^ | 0011111101110000011110110100111001111101001111110111000001111011010011100111101101011110 | 3f707b4e7d3f707b4e7b5e |
UTF-8 | p{N}p{N{^ | 11000010100001000111000001111011010011100111110111000010100001000111000001111011010011100111101101011110 | c284707b4e7dc284707b4e7b5e |
UHC | ?p{N}?p{N{^ | 0011111101110000011110110100111001111101001111110111000001111011010011100111101101011110 | 3f707b4e7d3f707b4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)