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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蜃??蜃??^ | 111001011000011100111111001111111110010110000111001111110011111101011110 | e5873f3fe5873f3f5e |
EUC-JP | 蜃??蜃??^ | 111010011110011100111111001111111110100111100111001111110011111101011110 | e9e73f3fe9e73f3f5e |
UTF-8 | 蜃뙁룪蜃뙁룪^ | 11101000100111001000001111101011100110011000000111101011101000111010101011101000100111001000001111101011100110011000000111101011101000111010101001011110 | e89c83eb9981eba3aae89c83eb9981eba3aa5e |
UHC | 蜃뙁룪蜃뙁룪^ | 11100011111100011000110010000111100011111010000111100011111100011000110010000111100011111010000101011110 | e3f18c878fa1e3f18c878fa15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)