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 | ?????TB | 00111111001111110011111100111111001111110101010001000010 | 3f3f3f3f3f5442 |
SJIS-WIN | 謦畷キゎ鉛TB | 1110011010010010100100111110101110110111100000101110110010001001100101000101010001000010 | e69293ebb782ec89945442 |
EUC-JP | 謦畷キゎ鉛TB | 111010111111001011000110111011011000111010110111101001001110111010110001111101000101010001000010 | ebf2c6ed8eb7a4eeb1f45442 |
UTF-8 | 謦畷キゎ鉛TB | 1110100010101100101001101110011110010101101101111110111110111101101101111110001110000010100011101110100110001001100110110101010001000010 | e8aca6e795b7efbdb7e3828ee9899b5442 |
UHC | ???ゎ鉛TB | 001111110011111100111111101010101110111011100110111001110101010001000010 | 3f3f3faaeee6e75442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)