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 | 遵???彫? | 1000111110000101001111110011111100111111100100101010010000111111 | 8f853f3f3f92a43f |
EUC-JP | 遵???彫? | 1011110111100101001111110011111100111111110001001010011000111111 | bde53f3f3fc4a63f |
UTF-8 | 遵닿렚렑彫렩 | 111010011000000110110101111010111000101110111111111010111010000010011010111010111010000010010001111001011011110110101011111010111010000010101001 | e981b5eb8bbfeba09aeba091e5bdabeba0a9 |
UHC | 遵닿렚렑彫렩 | 111100011110010110110100111010101000111010101101100011101010011011110000110000011000111010110111 | f1e5b4ea8ead8ea6f0c18eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)