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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 峵戊伏弡 | 1111101010101110100101011110100010010101100110101111101010110111 | faae95e8959afab7 |
EUC-JP | ?戊伏弡 | 0011111111001010111010101100100111111010100011111011110011100100 | 3fcaeac9fa8fbce4 |
UTF-8 | 峵戊伏弡 | 111001011011001110110101111001101000100010001010111001001011110010001111111001011011110010100001 | e5b3b5e6888ae4bc8fe5bca1 |
UHC | ?戊伏? | 001111111101100111100110110111001101000100111111 | 3fd9e6dcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)