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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?炤?? | 001111111000111111001001110100100011111100111111 | 3f8fc9d23f3f |
UTF-8 | 숣炤숣쉃 | 111011001000100010100011111001111000001010100100111011001000100010100011111011001000100110000011 | ec88a3e782a4ec88a3ec8983 |
UHC | 숣炤숣쉃 | 1001100111111110111000011011111110011001111111101001101001011000 | 99fee1bf99fe9a58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)