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 | ?ゅ? | 00111111100000101110001100111111 | 3f82e33f |
EUC-JP | ?ゅ? | 00111111101001001110010100111111 | 3fa4e53f |
UTF-8 | 淋ゅ엩 | 111011111010011110110101111000111000001010000101111011001001011110101001 | efa7b5e38285ec97a9 |
UHC | 淋ゅ엩 | 111011001111100010101010111001011001111010000010 | ecf8aae59e82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)