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 | ?????┴ | 00111111001111110011111100111111001111111000010010101000 | 3f3f3f3f3f84a8 |
EUC-JP | ???靷?┴ | 001111110011111100111111100011111110011110111101001111111010100010101010 | 3f3f3f8fe7bd3fa8aa |
UTF-8 | 琉드ㄽ靷섓┴ | 111011111010011110001100111010111001001110011100111000111000010010111101111010011001110110110111111011001000010010010011111000101001010010110100 | efa78ceb939ce384bde99db7ec8493e294b4 |
UHC | 琉드ㄽ靷섓┴ | 111010111010010010110101111001011010010010101101111011001110011010011000111011111010011010101010 | eba4b5e5a4adece698efa6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)