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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | ゥニ~ | 1010100111111000101000011100011001111110 | a9f8a1c67e |
EUC-JP | ゥ?ニ~ | 100011101010100100111111100011101100011001111110 | 8ea93f8ec67e |
UTF-8 | ゥニ~ | 11101111101111011010100111101110100110011000000011101111101111101000011001111110 | efbda9ee9980efbe867e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)