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 | 1101011110101001111010011100100001101011 | d7a9e9c86b |
EUC-JP | ラゥ鯤k | 10001110110101111000111010101001111100101100101001101011 | 8ed78ea9f2ca6b |
UTF-8 | ラゥ鯤k | 11101111101111101001011111101111101111011010100111101001101011111010010001101011 | efbe97efbda9e9afa46b |
UHC | ??鯤k | 0011111100111111110011011110011001101011 | 3f3fcde66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)