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 | 111010011111000100111111001111111000101101010110001111110101010001000010 | e9f13f3f8b563f5442 |
EUC-JP | 鴦??儀?TB | 111100101111001100111111001111111011010110110111001111110101010001000010 | f2f33f3fb5b73f5442 |
UTF-8 | 鴦볛뫓儀펔TB | 1110100110110100101001101110101110110011100110111110101110101011100100111110010110000100100000001110110110001110100101000101010001000010 | e9b4a6ebb39bebab93e58480ed8e945442 |
UHC | 鴦볛뫓儀펔TB | 111001001110110010010011111000101001000110110101111010111111000010111100011010000101010001000010 | e4ec93e291b5ebf0bc685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)