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 | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | 但造但K | 10010010010000011001000110100010100100100100000101001011 | 924191a292414b |
EUC-JP | 但造但K | 11000011101000101100001010100100110000111010001001001011 | c3a2c2a4c3a24b |
UTF-8 | 但造但K | 11100100101111011000011011101001100000001010000011100100101111011000011001001011 | e4bd86e980a0e4bd864b |
UHC | 但造但K | 11010011101000111111000011100011110100111010001101001011 | d3a3f0e3d3a34b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)