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 | ?R? | 001111110101001000111111 | 3f523f |
SJIS-WIN | ?R? | 001111110101001000111111 | 3f523f |
EUC-JP | ?R? | 001111110101001000111111 | 3f523f |
UTF-8 | 뭒R뫛 | 11101011101011011001001001010010111010111010101110011011 | ebad9252ebab9b |
UHC | 뭒R뫛 | 1001001001011010010100101001000110111011 | 925a5291bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)