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 | ???宜?? | 00111111001111110011111110001011010110000011111100111111 | 3f3f3f8b583f3f |
EUC-JP | ???宜?? | 00111111001111110011111110110101101110010011111100111111 | 3f3f3fb5b93f3f |
UTF-8 | 凉깅뵁宜삥뵺 | 111011111010010110111001111010101011100110000101111010111011010110000001111001011010111010011100111011001000001010100101111010111011010110111010 | efa5b9eab985ebb581e5ae9cec82a5ebb5ba |
UHC | 凉깅뵁宜삥뵺 | 111001011011110010110001111010111001010010000111111010111111000110111011111001101001010010111000 | e5bcb1eb9487ebf1bbe694b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)