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 | ?妊??? | 001111111001010001000100001111110011111100111111 | 3f94443f3f3f |
EUC-JP | ?妊??? | 001111111100011110100101001111110011111100111111 | 3fc7a53f3f3f |
UTF-8 | 롔妊롕롕렓 | 111010111010000110010100111001011010011010001010111010111010000110010101111010111010000110010101111010111010000010010011 | eba194e5a68aeba195eba195eba093 |
UHC | 롔妊롕롕렓 | 10001110110110001110110011110100100011101101100110001110110110011000111010101000 | 8ed8ecf48ed98ed98ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)