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 | ????p\ | 001111110011111100111111001111110111000001011100 | 3f3f3f3f705c |
SJIS-WIN | ?謁?菴p\ | 0011111110001001011110010011111111100100101111010111000001011100 | 3f89793fe4bd705c |
EUC-JP | ?謁?菴p\ | 0011111110110001110110100011111111101000101111110111000001011100 | 3fb1da3fe8bf705c |
UTF-8 | 솝謁섐菴p\ | 1110110010000110100111011110100010101100100000011110110010000100100100001110100010001111101101000111000001011100 | ec869de8ac81ec8490e88fb4705c |
UHC | 솝謁섐菴p\ | 10111100110110011110010011010111101111001010101111100100111000000111000001011100 | bcd9e4d7bcabe4e0705c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)