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 | 畑??日?? | 1001010010101000001111110011111110010011111110100011111100111111 | 94a83f3f93fa3f3f |
EUC-JP | 畑??日?? | 1100100010101010001111110011111111000110111111000011111100111111 | c8aa3f3fc6fc3f3f |
UTF-8 | 畑몄뢿日듿춢 | 111001111001010110010001111010111010101010000100111010111010001010111111111001101001011110100101111010111001001110111111111011001011011010100010 | e79591ebaa84eba2bfe697a5eb93bfecb6a2 |
UHC | 畑몄뢿日듿춢 | 111011111010010110111000111011001000111110000010111011001110110110001010111001011010110110000011 | efa5b8ec8f82eced8ae5ad83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)