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 | û¤¤PhTB | 11111011101001001010010001010000011010000101010001000010 | fba4a450685442 |
SJIS-WIN | ???PhTB | 00111111001111110011111101010000011010000101010001000010 | 3f3f3f50685442 |
EUC-JP | û¤¤PhTB | 10001111101010111110010110001111101000101111000010001111101000101111000001010000011010000101010001000010 | 8fabe58fa2f08fa2f050685442 |
UTF-8 | û¤¤PhTB | 11000011101110111100001010100100110000101010010001010000011010000101010001000010 | c3bbc2a4c2a450685442 |
UHC | ?¤¤PhTB | 001111111010001010110100101000101011010001010000011010000101010001000010 | 3fa2b4a2b450685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)