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 | 釈邪斜渉ォ湿 | 1000111011011111100011101101011110001110110011101000111111000010101010111000111010111100 | 8edf8ed78ece8fc2ab8ebc |
EUC-JP | 釈邪斜渉ォ湿 | 101111001110000110111100110110011011110011010000101111101100010010001110101010111011110010111110 | bce1bcd9bcd0bec48eabbcbe |
UTF-8 | 釈邪斜渉ォ湿 | 111010011000011110001000111010011000001010101010111001101001011010011100111001101011100010001001111011111011110110101011111001101011100110111111 | e98788e982aae6969ce6b889efbdabe6b9bf |
UHC | ?邪斜??? | 0011111111011110111101111101111011011000001111110011111100111111 | 3fdef7ded83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)