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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 畏??k | 1000100011011000001111110011111101101011 | 88d83f3f6b |
EUC-JP | 畏??k | 1011000011011010001111110011111101101011 | b0da3f3f6b |
UTF-8 | 畏뱃닕k | 11100111100101011000111111101011101100011000001111101011100010111001010101101011 | e7958febb183eb8b956b |
UHC | 畏뱃닕k | 11101000111001101011100111101110100010001001100101101011 | e8e6b9ee88996b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)