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 | ??萎仰 | 001111110011111110001000110111101000101111000010 | 3f3f88de8bc2 |
EUC-JP | ??萎仰 | 001111110011111110110000111000001011011011000100 | 3f3fb0e0b6c4 |
UTF-8 | 렱렜萎仰 | 111010111010000010110001111010111010000010011100111010001001000010001110111001001011101110110000 | eba0b1eba09ce8908ee4bbb0 |
UHC | 렱렜萎仰 | 1000111010111110100011101010111011101010110101111110010011100110 | 8ebe8eaeead7e4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)