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 | 垓????柴 | 1001101010110100001111110011111100111111001111111000111011000100 | 9ab43f3f3f3f8ec4 |
EUC-JP | 垓????柴 | 1101010010110110001111110011111100111111001111111011110011000110 | d4b63f3f3f3fbcc6 |
UTF-8 | 垓뷌뾿輦뚕柴 | 111001011001111010010011111010111011011110001100111010111011111010111111111011111010011010011000111010111001101010010101111001101001111110110100 | e59e93ebb78cebbebfefa698eb9a95e69fb4 |
UHC | 垓뷌뾿輦뚕柴 | 111110101010011110010100111110011001011110000111111001101110010010001100110110001110001111000011 | faa794f99787e6e48cd8e3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)