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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?忽????? | 0011111110001101100110100011111100111111001111110011111100111111 | 3f8d9a3f3f3f3f3f |
EUC-JP | ?忽????? | 0011111110111001111110100011111100111111001111110011111100111111 | 3fb9fa3f3f3f3f3f |
UTF-8 | 뤗忽퓥컦흐섬뤙 | 111010111010010010010111111001011011111110111101111011011001001110100101111011001011101110100110111011011001110110010000111011001000010010101100111010111010010010011001 | eba497e5bfbded93a5ecbba6ed9d90ec84aceba499 |
UHC | 뤗忽퓥컦흐섬뤙 | 1000111111000111111110111110110010111111100011101011000010001111110010001110010110111100101101101000111111001000 | 8fc7fbecbf8eb08fc8e5bcb68fc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)