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 | 旋姓芽 | 100100001111100110010000101010011000100111101000 | 90f990a989e8 |
EUC-JP | 旋姓芽 | 110000001111101111000000101010111011001011101010 | c0fbc0abb2ea |
UTF-8 | 旋姓芽 | 111001101001011110001011111001011010011110010011111010001000101010111101 | e6978be5a793e88abd |
UHC | 旋姓芽 | 111000001100000111100000111100111110010010110100 | e0c1e0f3e4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)