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{^ | 11100010111101001001100001010010010011100111110111100010111101001001100001010010010011100111101101011110 | e2f498524e7de2f498524e7b5e |
EUC-JP | 糜漏N}糜漏N{^ | 11100100111101101100111110110011010011100111110111100100111101101100111110110011010011100111101101011110 | e4f6cfb34e7de4f6cfb34e7b5e |
UTF-8 | 糜漏N}糜漏N{^ | 1110011110110011100111001110011010111100100011110100111001111101111001111011001110011100111001101011110010001111010011100111101101011110 | e7b39ce6bc8f4e7de7b39ce6bc8f4e7b5e |
UHC | ?漏N}?漏N{^ | 0011111111010111101010010100111001111101001111111101011110101001010011100111101101011110 | 3fd7a94e7d3fd7a94e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)