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 | ??氾淫 | 001111110011111110010100110000111000100011111010 | 3f3f94c388fa |
EUC-JP | ??氾淫 | 001111110011111111001000110001011011000011111100 | 3f3fc8c5b0fc |
UTF-8 | 理ㅽ氾淫 | 111011111010011110100100111000111000010110111101111001101011000010111110111001101011011110101011 | efa7a4e385bde6b0bee6b7ab |
UHC | 理ㅽ氾淫 | 1110110010110101101001001110110111011011111100001110101111100010 | ecb5a4eddbf0ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)