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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隘橸スキ髦ョ | 111010001010010110011110111011111011110110110111111010011001100010101110 | e8a59eefbdb7e998ae |
EUC-JP | 隘橸スキ髦ョ | 111100001010011111011100111100011000111010111101100011101011011111110001111110001000111010101110 | f0a7dcf18ebd8eb7f1f88eae |
UTF-8 | 隘橸スキ髦ョ | 111010011001101010011000111001101010100110111000111011111011110110111101111011111011110110110111111010011010101110100110111011111011110110101110 | e99a98e6a9b8efbdbdefbdb7e9aba6efbdae |
UHC | 隘????? | 11100100111101100011111100111111001111110011111100111111 | e4f63f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)