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 | 淀???奬? | 1001011110000100001111110011111100111111100110101111101100111111 | 97843f3f3f9afb3f |
EUC-JP | 淀?釪?奬? | 11001101111001000011111110001111111000111010110100111111110101001111110100111111 | cde43f8fe3ad3fd4fd3f |
UTF-8 | 淀렠釪렟奬렟 | 111001101011011110000000111010111010000010100000111010011000011110101010111010111010000010011111111001011010010110101100111010111010000010011111 | e6b780eba0a0e987aaeba09fe5a5aceba09f |
UHC | 淀렠釪렟奬렟 | 111011111110001110001110101100011110100111101001100011101011000011101101111000011000111010110000 | efe38eb1e9e98eb0ede18eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)