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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 듺돍먩멠뎚듺 | 111010111001001110111010111010111000111110001101111010111010100010101001111010111010100110100000111010111000111010011010111010111001001110111010 | eb93baeb8f8deba8a9eba9a0eb8e9aeb93ba |
UHC | 듺돍먩멠뎚듺 | 100010101110000010001001100110111001000011100110100100010101000010001001011010111000101011100000 | 8ae0899b90e69150896b8ae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)