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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ア瀇オ | 101100011111000111000010111110110100111110110101 | b1f1c2fb4fb5 |
EUC-JP | ア?瀇オ | 1000111010110001001111111000111111001001101011011000111010110101 | 8eb13f8fc9ad8eb5 |
UTF-8 | ア瀇オ | 111011111011110110110001111011101000010010111101111001111000000010000111111011111011110110110101 | efbdb1ee84bde78087efbdb5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)