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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 철횚철횏천챤 | 111011001011001010100000111011011001101010011010111011001011001010100000111011011001101010001111111011001011001010011100111011001011000110100100 | ecb2a0ed9a9aecb2a0ed9a8fecb29cecb1a4 |
UHC | 철횚철횏천챤 | 110000111011011011000011100101001100001110110110110000111000101111000011101101011100001110101110 | c3b6c394c3b6c38bc3b5c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)