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 | ?k?肄 | 001111111000001010001011001111111110001111100101 | 3f828b3fe3e5 |
EUC-JP | ?k?肄 | 001111111010001111101011001111111110011011100111 | 3fa3eb3fe6e7 |
UTF-8 | 力kㅎ肄 | 111011111010011010001010111011111011110110001011111000111000010110001110111010001000001010000100 | efa68aefbd8be3858ee88284 |
UHC | 力kㅎ肄 | 1110011010110011101000111110101110100100101111101110110010111101 | e6b3a3eba4beecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)