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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淀磐??? | 10010111100001001001010011010110001111110011111100111111 | 978494d63f3f3f |
EUC-JP | 淀磐??? | 11001101111001001100100011011000001111110011111100111111 | cde4c8d83f3f3f |
UTF-8 | 淀磐렰얘렊 | 111001101011011110000000111001111010001110010000111010111010000010110000111011001001011010011000111010111010000010001010 | e6b780e7a390eba0b0ec9698eba08a |
UHC | 淀磐렰얘렊 | 11101111111000111101101011110001100011101011110110111110111010101000111010100001 | efe3daf18ebdbeea8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)