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 | ??煙煙仰 | 0011111100111111100010011000110010001001100011001000101111000010 | 3f3f898c898c8bc2 |
EUC-JP | ??煙煙仰 | 0011111100111111101100011110110010110001111011001011011011000100 | 3f3fb1ecb1ecb6c4 |
UTF-8 | 롘렪煙煙仰 | 111010111010000110011000111010111010000010101010111001111000010110011001111001111000010110011001111001001011101110110000 | eba198eba0aae78599e78599e4bbb0 |
UHC | 롘렪煙煙仰 | 10001110110111001000111010111000111001101101010111100110110101011110010011100110 | 8edc8eb8e6d5e6d5e4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)