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 | 100101110111011000111111001111111001011101000010001111110101010001000010 | 97763f3f97423f5442 |
EUC-JP | 要??唯?TB | 110011011101011100111111001111111100110110100011001111110101010001000010 | cdd73f3fcda33f5442 |
UTF-8 | 要쏅뛿唯럋TB | 1110100010100110100000011110110010001111100001011110101110011011101111111110010110010100101011111110101110011111100010110101010001000010 | e8a681ec8f85eb9bbfe594afeb9f8b5442 |
UHC | 要쏅뛿唯럋TB | 111010011010100110011011111010111000110110000101111010101110011010001110011010000101010001000010 | e9a99beb8d85eae68e685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)