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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 吟?[吟?[^ | 100010111110000100111111010110111000101111100001001111110101101101011110 | 8be13f5b8be13f5b5e |
EUC-JP | 吟?[吟?[^ | 101101101110001100111111010110111011011011100011001111110101101101011110 | b6e33f5bb6e33f5b5e |
UTF-8 | 吟렚[吟렚[^ | 111001011001000010011111111010111010000010011010010110111110010110010000100111111110101110100000100110100101101101011110 | e5909feba09a5be5909feba09a5b5e |
UHC | 吟렚[吟렚[^ | 1110101111100001100011101010110101011011111010111110000110001110101011010101101101011110 | ebe18ead5bebe18ead5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)