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 | 永????? | 10001001011010010011111100111111001111110011111100111111 | 89693f3f3f3f3f |
EUC-JP | 永????? | 10110001110010100011111100111111001111110011111100111111 | b1ca3f3f3f3f3f |
UTF-8 | 永낉퐦玲믦뙓 | 111001101011000010111000111010111000001010001001111011011001000010100110111011111010011010101101111010111010111110100110111010111001100110010011 | e6b0b8eb8289ed90a6efa6adebafa6eb9993 |
UHC | 永낉퐦玲믦뙓 | 111001111011010110000101111011111011110110001111111001111011111110010010111010001000110010011000 | e7b585efbd8fe7bf92e88c98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)