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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 吾?????E | 1000110011100001001111110011111100111111001111110011111101000101 | 8ce13f3f3f3f3f45 |
EUC-JP | 吾?????E | 1011100011100011001111110011111100111111001111110011111101000101 | b8e33f3f3f3f3f45 |
UTF-8 | 吾듸풛燎랃슨E | 11100101100100001011111011101011100100111011100011101101100100101001101111101111101001111000000011101011100111101000001111101100100010101010100001000101 | e590beeb93b8ed929befa780eb9e83ec8aa845 |
UHC | 吾듸풛燎랃슨E | 11100111111011101011010111101111101111101001111011101000111110111000110111101111101111011011110001000101 | e7eeb5efbe9ee8fb8defbdbc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)