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 | 陋帷瑳 | 111010001001101110011011111001111000110110111010 | e89b9be78dba |
EUC-JP | 陋帷瑳 | 111011111111101111010110111010011011101010111100 | effbd6e9babc |
UTF-8 | 陋帷瑳 | 111010011001100110001011111001011011100010110111111001111001000110110011 | e9998be5b8b7e791b3 |
UHC | 陋?? | 11010111101100000011111100111111 | d7b03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)