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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 映с?預θ | 100010010110011010000100100000110011111110010111011000011000001111000110 | 896684833f976183c6 |
EUC-JP | 映с?預θ | 101100011100011110100111111000110011111111001101110000101010011011001000 | b1c7a7e33fcdc2a6c8 |
UTF-8 | 映с꺂預θ | 11100110100110001010000011010001100000011110101010111010100000101110100110100000100100001100111010111000 | e698a0d181eaba82e9a090ceb8 |
UHC | 映с꺂預θ | 11100111101100011010110011100011100000111010101111100111111010001010010111101000 | e7b1ace383abe7e8a5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)