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 | 遵??邯し? | 100011111000010100111111001111111110011110110110100000101011010100111111 | 8f853f3fe7b682b53f |
EUC-JP | 遵??邯し? | 101111011110010100111111001111111110111010111000101001001011011100111111 | bde53f3feeb8a4b73f |
UTF-8 | 遵닿렯邯し렪 | 111010011000000110110101111010111000101110111111111010111010000010101111111010011000001010101111111000111000000110010111111010111010000010101010 | e981b5eb8bbfeba0afe982afe38197eba0aa |
UHC | 遵닿렯邯し렪 | 111100011110010110110100111010101000111010111100110010101111101110101010101101111000111010111000 | f1e5b4ea8ebccafbaab78eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)