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 | 譽壼ア樊純雍 | 1110011010100011100110101110010110110001100111101110011010001111100000111110100010110100 | e6a39ae5b19ee68f83e8b4 |
EUC-JP | 譽壼ア樊純雍 | 111011001010010111010100111001111000111010110001110111001110100010111101111000111111000010110110 | eca5d4e78eb1dce8bde3f0b6 |
UTF-8 | 譽壼ア樊純雍 | 111010001010110110111101111001011010001110111100111011111011110110110001111001101010100010001010111001111011010010010100111010011001101110001101 | e8adbde5a3bcefbdb1e6a88ae7b494e99b8d |
UHC | 譽??樊純雍 | 11100111111000100011111100111111110110111110000011100010111011011110100010111100 | e7e23f3fdbe0e2ede8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)