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 | 爾屯? | 1000111010100010100100111101010000111111 | 8ea293d43f |
EUC-JP | 爾屯? | 1011110010100100110001101101011000111111 | bca4c6d63f |
UTF-8 | 爾屯밝 | 111001111000100010111110111001011011000110101111111010111011000010011101 | e788bee5b1afebb09d |
UHC | 爾屯밝 | 111011001011001111010100111010101011100111100000 | ecb3d4eab9e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)