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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 蜑顎N}蜑顎N{^ | 11100101100010011000101001111011010011100111110111100101100010011000101001111011010011100111101101011110 | e5898a7b4e7de5898a7b4e7b5e |
EUC-JP | 蜑顎N}蜑顎N{^ | 11101001111010011011001111011100010011100111110111101001111010011011001111011100010011100111101101011110 | e9e9b3dc4e7de9e9b3dc4e7b5e |
UTF-8 | 蜑顎N}蜑顎N{^ | 1110100010011100100100011110100110100001100011100100111001111101111010001001110010010001111010011010000110001110010011100111101101011110 | e89c91e9a18e4e7de89c91e9a18e4e7b5e |
UHC | ?顎N}?顎N{^ | 0011111111100100110010010100111001111101001111111110010011001001010011100111101101011110 | 3fe4c94e7d3fe4c94e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)