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 | 錠??峯??^ | 100011111111100100111111001111111001010111110101001111110011111101011110 | 8ff93f3f95f53f3f5e |
EUC-JP | 錠??峯??^ | 101111101111101100111111001111111100101011110111001111110011111101011110 | befb3f3fcaf73f3f5e |
UTF-8 | 錠닿렡峯렓렯^ | 11101001100011001010000011101011100010111011111111101011101000001010000111100101101100111010111111101011101000001001001111101011101000001010111101011110 | e98ca0eb8bbfeba0a1e5b3afeba093eba0af5e |
UHC | 錠닿렡峯렓렯^ | 11101111111111001011010011101010100011101011001011011100111001111000111010101000100011101011110001011110 | effcb4ea8eb2dce78ea88ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)