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 | ÍÛö´óµpG | 1100110111011011111101101011010011110011101101010111000001000111 | cddbf6b4f3b57047 |
SJIS-WIN | ???´??pG | 001111110011111100111111100000010100110000111111001111110111000001000111 | 3f3f3f814c3f3f7047 |
EUC-JP | ÍÛö´ó?pG | 1000111110101010101111111000111110101010111001011000111110101011110100111010000110101101100011111010101111010001001111110111000001000111 | 8faabf8faae58fabd3a1ad8fabd13f7047 |
UTF-8 | ÍÛö´óµpG | 1100001110001101110000111001101111000011101101101100001010110100110000111011001111000010101101010111000001000111 | c38dc39bc3b6c2b4c3b3c2b57047 |
UHC | ???´??pG | 001111110011111100111111101000101010010100111111001111110111000001000111 | 3f3f3fa2a53f3f7047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)