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 | 邊ケ隕厄ス | 1110011110110010101110011110100010100110100101101110111110111101 | e7b2b9e8a696efbd |
EUC-JP | 邊ケ隕厄ス | 11101110101101001000111010111001111100001010100011001100111100011000111010111101 | eeb48eb9f0a8ccf18ebd |
UTF-8 | 邊ケ隕厄ス | 111010011000001010001010111011111011110110111001111010011001101010010101111001011000111010000100111011111011110110111101 | e9828aefbdb9e99a95e58e84efbdbd |
UHC | 邊?隕厄? | 1101110010101011001111111110101010100010111001001111100000111111 | dcab3feaa2e4f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)