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 | 箋????ズ | 1110001010110011001111110011111100111111001111111000001101011001 | e2b33f3f3f3f8359 |
EUC-JP | 箋??獒?ズ | 11100100101101010011111100111111100011111100101110111011001111111010010110111010 | e4b53f3f8fcbbb3fa5ba |
UTF-8 | 箋뺠뻗獒붺ズ | 111001111010111010001011111010111011101010100000111010111011101110010111111001111000110110010010111010111011011010111010111000111000001010111010 | e7ae8bebbaa0ebbb97e78d92ebb6bae382ba |
UHC | 箋뺠뻗獒붺ズ | 111011111010100010010101111010001011101110111000111010001010001110010100111001111010101110111010 | efa895e8bbb8e8a394e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)