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 | ???鰲? | 001111110011111100111111111010011110000000111111 | 3f3f3fe9e03f |
EUC-JP | ???鰲? | 001111110011111100111111111100101110001000111111 | 3f3f3ff2e23f |
UTF-8 | 琉볠톷鰲퀯 | 111011111010011110001100111010111011001110100000111011011000011010110111111010011011000010110010111011011000000010101111 | efa78cebb3a0ed86b7e9b0b2ed80af |
UHC | 琉볠톷鰲퀯 | 11101011101001001001001111100110101101111000101111101000101001111011010001000010 | eba493e6b78be8a7b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)