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 | 瑤??松 | 111010101010001000111111001111111000111110111100 | eaa23f3f8fbc |
EUC-JP | 瑤??松 | 111101001010010000111111001111111011111010111110 | f4a43f3fbebe |
UTF-8 | 瑤덅쎗松 | 111001111001000110100100111010111000110110000101111011001000111010010111111001101001110110111110 | e791a4eb8d85ec8e97e69dbe |
UHC | 瑤덅쎗松 | 1110100011111101100010001110100010011011101111101110000111100110 | e8fd88e89bbee1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)