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 | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | ?ル?TB | 001111111000001110001011001111110101010001000010 | 3f838b3f5442 |
EUC-JP | ?ル?TB | 001111111010010111101011001111110101010001000010 | 3fa5eb3f5442 |
UTF-8 | 曆ル뒠TB | 1110111110100110100010111110001110000011101010111110101110010010101000000101010001000010 | efa68be383abeb92a05442 |
UHC | 曆ル뒠TB | 1110011010110111101010111110101110001010100111000101010001000010 | e6b7abeb8a9c5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)