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 | 羝肢俺 | 111000111011011010001110100010001000100110110100 | e3b68e8889b4 |
EUC-JP | 羝肢俺 | 111001101011100010111011111010001011001010110110 | e6b8bbe8b2b6 |
UTF-8 | 羝肢俺 | 111001111011111010011101111010001000001010100010111001001011111110111010 | e7be9de882a2e4bfba |
UHC | ?肢俺 | 0011111111110010101101101110010111101111 | 3ff2b6e5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)