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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湿室湿眈 | 1000111010111100100011101011101010001110101111001110000110111100 | 8ebc8eba8ebce1bc |
EUC-JP | 湿室湿眈 | 1011110010111110101111001011110010111100101111101110001010111110 | bcbebcbcbcbee2be |
UTF-8 | 湿室湿眈 | 111001101011100110111111111001011010111010100100111001101011100110111111111001111001110010001000 | e6b9bfe5aea4e6b9bfe79c88 |
UHC | ?室?眈 | 001111111110001111111000001111111111011110101111 | 3fe3f83ff7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)