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 | ?肆?瓏? | 00111111111000111110011000111111111000001111101000111111 | 3fe3e63fe0fa3f |
EUC-JP | 鋌肆?瓏? | 100011111110010010111011111001101110100000111111111000001111110000111111 | 8fe4bbe6e83fe0fc3f |
UTF-8 | 鋌肆렞瓏갭 | 111010011000101110001100111010001000001010000110111010111010000010011110111001111001001110001111111010101011000010101101 | e98b8ce88286eba09ee7938feab0ad |
UHC | 鋌肆렞瓏갭 | 11101111111110111101111011101011100011101010111111010110111010101011000010111000 | effbdeeb8eafd6eab0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)