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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 梓?砥 | 1000100010110010001111111001001101110101 | 88b23f9375 |
EUC-JP | 梓?砥 | 1011000010110100001111111100010111010110 | b0b43fc5d6 |
UTF-8 | 梓렟砥 | 111001101010001010010011111010111010000010011111111001111010000010100101 | e6a293eba09fe7a0a5 |
UHC | 梓렟砥 | 111011101010100110001110101100001111001010110010 | eea98eb0f2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)