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 | 鉤ォ遒 | 1110011111101010101010111110011110100010 | e7eaabe7a2 |
EUC-JP | 鉤ォ遒 | 111011101110110010001110101010111110111010100100 | eeec8eabeea4 |
UTF-8 | 鉤ォ遒 | 111010011000100110100100111011111011110110101011111010011000000110010010 | e989a4efbdabe98192 |
UHC | 鉤?? | 11001111110010010011111100111111 | cfc93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)