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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 谿?右B | 111001101010111000111111100010010100010101000010 | e6ae3f894542 |
EUC-JP | 谿頰右B | 1110110010110000100011111110100010100100101100011010011001000010 | ecb08fe8a4b1a642 |
UTF-8 | 谿頰右B | 11101000101100001011111111101001101000001011000011100101100011111011001101000010 | e8b0bfe9a0b0e58fb342 |
UHC | 谿頰右B | 11001101101011001111101011111010111010011101001101000010 | cdacfafae9d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)