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 | 遵??邯? | 10001111100001010011111100111111111001111011011000111111 | 8f853f3fe7b63f |
EUC-JP | 遵??邯鱉 | 101111011110010100111111001111111110111010111000100011111110101111000000 | bde53f3feeb88febc0 |
UTF-8 | 遵닿렯邯鱉 | 111010011000000110110101111010111000101110111111111010111010000010101111111010011000001010101111111010011011000110001001 | e981b5eb8bbfeba0afe982afe9b189 |
UHC | 遵닿렯邯鱉 | 11110001111001011011010011101010100011101011110011001010111110111101110010101110 | f1e5b4ea8ebccafbdcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)