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 | ???い | 0011111100111111001111111000001010100010 | 3f3f3f82a2 |
EUC-JP | ???い | 0011111100111111001111111010010010100100 | 3f3f3fa4a4 |
UTF-8 | 룵ㄱ卽い | 111010111010001110110101111000111000010010110001111001011000110110111101111000111000000110000100 | eba3b5e384b1e58dbde38184 |
UHC | 룵ㄱ卽い | 1000111110101010101001001010000111110001111011011010101010100100 | 8faaa4a1f1edaaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)