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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?饋???? | 00111111111010010101111000111111001111110011111100111111 | 3fe95e3f3f3f3f |
EUC-JP | ?饋???? | 00111111111100011011111100111111001111110011111100111111 | 3ff1bf3f3f3f3f |
UTF-8 | 룶饋페롦㎴룶 | 111010111010001110110110111010011010010110001011111011011000111010011000111010111010000110100110111000111000111010110100111010111010001110110110 | eba3b6e9a58bed8e98eba1a6e38eb4eba3b6 |
UHC | 룶饋페롦㎴룶 | 100011111010101111001111111110101100011011100100100011101110011010100111110000111000111110101011 | 8fabcffac6e48ee6a7c38fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)