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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 粨借遮 | 111000101110100010001110110110001000111011010101 | e2e88ed88ed5 |
EUC-JP | 粨借遮 | 111001001110101010111100110110101011110011010111 | e4eabcdabcd7 |
UTF-8 | 粨借遮 | 111001111011001010101000111001011000000010011111111010011000000110101110 | e7b2a8e5809fe981ae |
UHC | ?借遮 | 0011111111110011101010001111001110110100 | 3ff3a8f3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)