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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壯?葬?? | 10011010111000010011111110010001100100100011111100111111 | 9ae13f91923f3f |
EUC-JP | 壯?葬?? | 11010100111000110011111111000001111100100011111100111111 | d4e33fc1f23f3f |
UTF-8 | 壯렓葬흙렦 | 111001011010001110101111111010111010000010010011111010001001000110101100111011011001110110011001111010111010000010100110 | e5a3afeba093e891aced9d99eba0a6 |
UHC | 壯렓葬흙렦 | 11101101111000001000111010101000111011011111011111001000111010111000111010110101 | ede08ea8edf7c8eb8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)