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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顋呱鋳 | 111010001111100110011001111010111001001010010010 | e8f999eb9292 |
EUC-JP | 顋呱鋳 | 111100001111101111010010111011011100001111110010 | f0fbd2edc3f2 |
UTF-8 | 顋呱鋳 | 111010011010000110001011111001011001000110110001111010011000101110110011 | e9a18be591b1e98bb3 |
UHC | ?呱? | 00111111110011011011001000111111 | 3fcdb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)