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 | ??a]H | 0011111100111111011000010101110101001000 | 3f3f615d48 |
SJIS-WIN | 娼チa]H | 100011111010100111000001011000010101110101001000 | 8fa9c1615d48 |
EUC-JP | 娼チa]H | 10111110101010111000111011000001011000010101110101001000 | beab8ec1615d48 |
UTF-8 | 娼チa]H | 111001011010100010111100111011111011111010000001011000010101110101001000 | e5a8bcefbe81615d48 |
UHC | 娼?a]H | 111100111101111000111111011000010101110101001000 | f3de3f615d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)