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 | ??紆譽 | 001111110011111111100010111111001110011010100011 | 3f3fe2fce6a3 |
EUC-JP | ??紆譽 | 001111110011111111100100111111101110110010100101 | 3f3fe4feeca5 |
UTF-8 | 숥숣紆譽 | 111011001000100010100101111011001000100010100011111001111011010010000110111010001010110110111101 | ec88a5ec88a3e7b486e8adbd |
UHC | 숥숣紆譽 | 1001101001000010100110011111111011101001111000011110011111100010 | 9a4299fee9e1e7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)