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 | 10010010011010111000111110001101 | 926b8f8d |
SJIS-WIN | ?k?? | 00111111011010110011111100111111 | 3f6b3f3f |
EUC-JP | ?k?? | 00111111011010110011111100111111 | 3f6b3f3f |
UTF-8 | k | 11000010100100100110101111000010100011111100001010001101 | c2926bc28fc28d |
UHC | ?k?? | 00111111011010110011111100111111 | 3f6b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)