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 | 底ο?? | 100100101110101010000011110011010011111100111111 | 92ea83cd3f3f |
EUC-JP | 底ο?靷 | 1100010011101100101001101100111100111111100011111110011110111101 | c4eca6cf3f8fe7bd |
UTF-8 | 底ο쉈靷 | 1110010110111010100101011100111010111111111011001000100110001000111010011001110110110111 | e5ba95cebfec8988e99db7 |
UHC | 底ο쉈靷 | 1110111010111100101001011110111110111101101001011110110011100110 | eebca5efbda5ece6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)