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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈔芽崟籵幄 | 11100111111000101000100111101000100110111011111011100010111000001001101111101000 | e7e289e89bbee2e09be8 |
EUC-JP | 鈔芽崟籵幄 | 11101110111001001011001011101010110101101100000011100100111000101101011011101010 | eee4b2ead6c0e4e2d6ea |
UTF-8 | 鈔芽崟籵幄 | 111010011000100010010100111010001000101010111101111001011011010010011111111001111011000110110101111001011011100110000100 | e98894e88abde5b49fe7b1b5e5b984 |
UHC | ?芽??幄 | 00111111111001001011010000111111001111111110010011000001 | 3fe4b43f3fe4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)