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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??雨冀? | 00111111001111111000100101001010100110010110001000111111 | 3f3f894a99623f |
EUC-JP | ??雨冀? | 00111111001111111011000110101011110100011100001100111111 | 3f3fb1abd1c33f |
UTF-8 | 吏렊雨冀렎 | 111011111010011110011110111010111010000010001010111010011001101110101000111001011000011010000000111010111010000010001110 | efa79eeba08ae99ba8e58680eba08e |
UHC | 吏렊雨冀렎 | 11101100101001111000111010100001111010011110101111010000111011011000111010100100 | eca78ea1e9ebd0ed8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)