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 | 遵????貨 | 1000111110000101001111110011111100111111001111111000100111011101 | 8f853f3f3f3f89dd |
EUC-JP | 遵????貨 | 1011110111100101001111110011111100111111001111111011001011011111 | bde53f3f3f3fb2df |
UTF-8 | 遵뀄렭렍뤈貨 | 111010011000000110110101111010111000000010000100111010111010000010101101111010111010000010001101111010111010010010001000111010001011001010101000 | e981b5eb8084eba0adeba08deba488e8b2a8 |
UHC | 遵뀄렭렍뤈貨 | 111100011110010110110010111011011000111010111010100011101010001110001111101110001111110010100111 | f1e5b2ed8eba8ea38fb8fca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)