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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉙ー謗ス | 111110111100100010110000111001101000111010111101 | fbc8b0e68ebd |
EUC-JP | 鉙ー謗ス | 100011111110001111100011100011101011000011101011111011101000111010111101 | 8fe3e38eb0ebee8ebd |
UTF-8 | 鉙ー謗ス | 111010011000100110011001111011111011110110110000111010001010110010010111111011111011110110111101 | e98999efbdb0e8ac97efbdbd |
UHC | ??謗? | 0011111100111111110110111011111100111111 | 3f3fdbbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)