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 | ?峨??ゴ | 00111111100010011110001100111111001111111000001101010011 | 3f89e33f3f8353 |
EUC-JP | ?峨??ゴ | 00111111101100101110010100111111001111111010010110110100 | 3fb2e53f3fa5b4 |
UTF-8 | 룶峨룴죴ゴ | 111010111010001110110110111001011011001110101000111010111010001110110100111011001010001110110100111000111000001010110100 | eba3b6e5b3a8eba3b4eca3b4e382b4 |
UHC | 룶峨룴죴ゴ | 10001111101010111110010010110001100011111010100110100001100011111010101110110100 | 8fabe4b18fa9a18fabb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)