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 | 枝?禹?提 | 1000111001111101001111111110001001011010001111111001001011110001 | 8e7d3fe25a3f92f1 |
EUC-JP | 枝?禹?提 | 1011101111011110001111111110001110111011001111111100010011110011 | bbde3fe3bb3fc4f3 |
UTF-8 | 枝렏禹렔提 | 111001101001111010011101111010111010000010001111111001111010011010111001111010111010000010010100111001101000111110010000 | e69e9deba08fe7a6b9eba094e68f90 |
UHC | 枝렏禹렔提 | 11110010101010111000111010100101111010011110000010001110101010011111000010101011 | f2ab8ea5e9e08ea9f0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)