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 | 烏k?悟?? | 100010010100011110000010100010110011111110001100111001010011111100111111 | 8947828b3f8ce53f3f |
EUC-JP | 烏k?悟?? | 101100011010100010100011111010110011111110111000111001110011111100111111 | b1a8a3eb3fb8e73f3f |
UTF-8 | 烏k젨悟뽯젛 | 111001111000001110001111111011111011110110001011111011001010000010101000111001101000001010011111111010111011110110101111111011001010000010011011 | e7838fefbd8beca0a8e6829febbdafeca09b |
UHC | 烏k젨悟뽯젛 | 111010001010000110100011111010111010000010100000111001111111011010010110111010111010000010010111 | e8a1a3eba0a0e7f696eba097 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)