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 | 姐臀△ | 100010001011011111100100010111001000000110100010 | 88b7e45c81a2 |
EUC-JP | 姐臀△ | 101100001011100111100111101111011010001010100100 | b0b9e7bda2a4 |
UTF-8 | 姐臀△ | 111001011010011110010000111010001000011110000000111000101001011010110011 | e5a790e88780e296b3 |
UHC | 姐臀△ | 111011101011101111010100111010111010000111100010 | eebbd4eba1e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)