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 | ヤⅹイ | 11010100111110100100100110110010 | d4fa49b2 |
EUC-JP | ヤ?イ | 1000111011010100001111111000111010110010 | 8ed43f8eb2 |
UTF-8 | ヤⅹイ | 111011111011111010010100111000101000010110111001111011111011110110110010 | efbe94e285b9efbdb2 |
UHC | ?ⅹ? | 00111111101001011010101000111111 | 3fa5aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)