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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?聲?聲B | 00111111111000111101111100111111111000111101111101000010 | 3fe3df3fe3df42 |
EUC-JP | ?聲?聲B | 00111111111001101110000100111111111001101110000101000010 | 3fe6e13fe6e142 |
UTF-8 | 옽聲옽聲B | 11101100100110001011110111101000100000011011001011101100100110001011110111101000100000011011001001000010 | ec98bde881b2ec98bde881b242 |
UHC | 옽聲옽聲B | 100111101011001011100001101000101001111010110010111000011010001001000010 | 9eb2e1a29eb2e1a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)