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 | 撓??韋?? | 1001110110011010001111110011111111101000111010000011111100111111 | 9d9a3f3fe8e83f3f |
EUC-JP | 撓??韋?? | 1101100111111010001111110011111111110000111010100011111100111111 | d9fa3f3ff0ea3f3f |
UTF-8 | 撓뉗쉸韋귝략 | 111001101001001010010011111010111000100110010111111011001000100110111000111010011001111110001011111010101011011110011101111010111001111010110101 | e69293eb8997ec89b8e99f8beab79deb9eb5 |
UHC | 撓뉗쉸韋귝략 | 111010001111010110000111111011001001101010001110111010101101111110000010111001101011011110101011 | e8f587ec9a8eeadf82e6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)