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 | ??濡枇ゃ | 0011111100111111100101000100011110010100111110001000001011100001 | 3f3f944794f882e1 |
EUC-JP | ??濡枇ゃ | 0011111100111111110001111010100011001000111110101010010011100011 | 3f3fc7a8c8faa4e3 |
UTF-8 | 룶웩濡枇ゃ | 111010111010001110110110111011001001101110101001111001101011111110100001111001101001111010000111111000111000001010000011 | eba3b6ec9ba9e6bfa1e69e87e38283 |
UHC | 룶웩濡枇ゃ | 10001111101010111100000010100001111010111010000111011101111011011010101011100011 | 8fabc0a1eba1ddedaae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)