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 | ???熱? | 001111110011111100111111100101000100110100111111 | 3f3f3f944d3f |
EUC-JP | ???熱? | 001111110011111100111111110001111010111000111111 | 3f3f3fc7ae3f |
UTF-8 | 燎⑵덱熱썹 | 111011111010011110000000111000101001000110110101111010111000110110110001111001111000011010110001111011001000110110111001 | efa780e291b5eb8db1e786b1ec8db9 |
UHC | 燎⑵덱熱썹 | 11101000111110111010100111101000101101011010011011100110111100001011110111100111 | e8fba9e8b5a6e6f0bde7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)