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 | 爺ょ?闇 | 10010110111010101000001011100101001111111000100011000101 | 96ea82e53f88c5 |
EUC-JP | 爺ょ?闇 | 11001100111011001010010011100111001111111011000011000111 | cceca4e73fb0c7 |
UTF-8 | 爺ょ츣闇 | 111001111000100010111010111000111000001010000111111011001011100010100011111010011001011110000111 | e788bae38287ecb8a3e99787 |
UHC | 爺ょ츣闇 | 1110010110101100101010101110011110101110100110101110010011100001 | e5acaae7ae9ae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)