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 | 騾輔レ | 111010011000000010010101111000111000001110001100 | e98095e3838c |
EUC-JP | 騾輔レ | 111100011110000011001010111001011010010111101100 | f1e0cae5a5ec |
UTF-8 | 騾輔レ | 111010011010100010111110111010001011110010010100111000111000001110101100 | e9a8bee8bc94e383ac |
UHC | ?輔レ | 0011111111011100110100001010101111101100 | 3fdcd0abec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)