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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獰???δ? | 1110000011010110001111110011111100111111100000111100001000111111 | e0d63f3f3f83c23f |
EUC-JP | 獰??沅δ? | 11100000110110000011111100111111100011111100011011101001101001101100010000111111 | e0d83f3f8fc6e9a6c43f |
UTF-8 | 獰욌렪沅δ옌 | 1110011110001101101100001110110010011010100011001110101110100000101010101110011010110010100001011100111010110100111011001001100010001100 | e78db0ec9a8ceba0aae6b285ceb4ec988c |
UHC | 獰욌렪沅δ옌 | 111001111011111010011110111010111000111010111000111010101011011010100101111001001011111110111010 | e7be9eeb8eb8eab6a5e4bfba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)