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 | KPSä· | 1001001001001011100100100101000010010011010100111110010010110111 | 924b92509353e4b7 |
SJIS-WIN | ?K?P?S?? | 0011111101001011001111110101000000111111010100110011111100111111 | 3f4b3f503f533f3f |
EUC-JP | ?K?P?Sä? | 00111111010010110011111101010000001111110101001110001111101010111010001100111111 | 3f4b3f503f538faba33f |
UTF-8 | KPSä· | 11000010100100100100101111000010100100100101000011000010100100110101001111000011101001001100001010110111 | c2924bc29250c29353c3a4c2b7 |
UHC | ?K?P?S?· | 001111110100101100111111010100000011111101010011001111111010000110100100 | 3f4b3f503f533fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)