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 | 1110000110011111001111110011111100111111001111110101010001000010 | e19f3f3f3f3f5442 |
EUC-JP | 癲????TB | 1110001010100001001111110011111100111111001111110101010001000010 | e2a13f3f3f3f5442 |
UTF-8 | 癲얘퇌類쮐TB | 1110011110011001101100101110110010010110100110001110110110000111100011001110111110100111100100001110110010101110100100000101010001000010 | e799b2ec9698ed878cefa790ecae905442 |
UHC | 癲얘퇌類쮐TB | 111011111010011010111110111010101011011110011101111010111011101010101000011010000101010001000010 | efa6beeab79debbaa8685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)