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 | 上ネ磁 | 100011111110001111110010100011101100100011110010111000001000111010100101 | 8fe3f28ec8f2e08ea5 |
EUC-JP | 上?ネ?磁 | 1011111011100101001111111000111011001000001111111011110010100111 | bee53f8ec83fbca7 |
UTF-8 | 上ネ磁 | 111001001011100010001010111011101000011110000101111011111011111010001000111011101000100010010111111001111010001110000001 | e4b88aee8785efbe88ee8897e7a381 |
UHC | 上???磁 | 11011111101111100011111100111111001111111110110110111000 | dfbe3f3f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)