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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???肉ζ?? | 001111110011111100111111100100111111011110000011110001000011111100111111 | 3f3f3f93f783c43f3f |
EUC-JP | ???肉ζ?? | 001111110011111100111111110001101111100110100110110001100011111100111111 | 3f3f3fc6f9a6c63f3f |
UTF-8 | 嶺뚮슢肉ζ략硫 | 1110111110100110101010111110101110011010101011101110110010001010101000101110100010000010100010011100111010110110111010111001111010110101111011111010011110001110 | efa6abeb9aaeec8aa2e88289ceb6eb9eb5efa78e |
UHC | 嶺뚮슢肉ζ략硫 | 1110011110101101100011001110101110011010101011101110101110111111101001011110011010110111101010111110101110101001 | e7ad8ceb9aaeebbfa5e6b7abeba9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)