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 | 茹??誼?? | 1110010010100101001111110011111110001011011000100011111100111111 | e4a53f3f8b623f3f |
EUC-JP | 茹??誼?? | 1110100010100111001111110011111110110101110000110011111100111111 | e8a73f3fb5c33f3f |
UTF-8 | 茹띾뜄誼삥쾬 | 111010001000110010111001111010111001110110111110111010111001110010000100111010001010101010111100111011001000001010100101111011001011111010101100 | e88cb9eb9dbeeb9c84e8aabcec82a5ecbeac |
UHC | 茹띾뜄誼삥쾬 | 111001101010101010001101111010111000110110001000111010111111111010111011111001101011001010000011 | e6aa8deb8d88ebfebbe6b283 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)