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 | 探造[探造[^ | 1001001001010100100100011010001001011011100100100101010010010001101000100101101101011110 | 925491a25b925491a25b5e |
EUC-JP | 探造[探造[^ | 1100001110110101110000101010010001011011110000111011010111000010101001000101101101011110 | c3b5c2a45bc3b5c2a45b5e |
UTF-8 | 探造[探造[^ | 111001101000111010100010111010011000000010100000010110111110011010001110101000101110100110000000101000000101101101011110 | e68ea2e980a05be68ea2e980a05b5e |
UHC | 探造[探造[^ | 1111011110101110111100001110001101011011111101111010111011110000111000110101101101011110 | f7aef0e35bf7aef0e35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)